made xmms use new install function as an example

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9172 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-10-07 01:56:10 +00:00
parent abbb08e346
commit c7be0ccb65

View File

@ -53,9 +53,7 @@ define Build/Compile
endef
define Package/xmms/install
$(INSTALL_DIR) $(1)/usr/{bin,share/xmms}
$(CP) $(PKG_INSTALL_DIR)/usr/bin/xmms $(1)/usr/bin/
$(CP) $(PKG_INSTALL_DIR)/usr/share/xmms/* $(1)/usr/share/xmms/
$(call pkg_install_files,$(1),/usr/bin/xmms /usr/share/xmms/)
endef
$(eval $(call BuildPackage,xmms))