remove UninstallDev
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9907 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -54,12 +54,6 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_BUILD_DIR)/libbz2.a $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/include/bzlib.h \
|
||||
$(STAGING_DIR)/usr/lib/libbz2.a
|
||||
endef
|
||||
|
||||
define Package/bzip2/install
|
||||
mkdir -p $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bzip2 $(1)/usr/bin/
|
||||
|
@ -103,14 +103,6 @@ define Build/InstallDev
|
||||
$(1)/usr/lib/pkgconfig/
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf $(STAGING_DIR)/usr/include/dbus-1.0 \
|
||||
$(STAGING_DIR)/usr/lib/libdbus-1.{a,so*} \
|
||||
$(STAGING_DIR)/usr/lib/dbus-1.0 \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/dbus-1.pc
|
||||
endef
|
||||
|
||||
|
||||
define Package/dbus/conffiles
|
||||
/etc/dbus-1/session.conf
|
||||
/etc/dbus-1/system.conf
|
||||
|
@ -54,11 +54,6 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libntfs-3g.{a,so*} $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf $(STAGING_DIR)/usr/include/ntfs-3g \
|
||||
$(STAGING_DIR)/usr/lib/libntfs-3g.{a,so*}
|
||||
endef
|
||||
|
||||
define Package/ntfs-3g/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ntfs-3g $(1)/usr/bin/
|
||||
|
@ -59,12 +59,6 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_BUILD_DIR)/lib/types.h $(1)/usr/include/pci
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/include/pci \
|
||||
$(STAGING_DIR)/usr/lib/libpci.a
|
||||
endef
|
||||
|
||||
define Package/pciutils/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_BUILD_DIR)/{lspci,setpci,update-pciids.sh} $(1)/usr/sbin/
|
||||
|
@ -108,12 +108,6 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/librrd_th.{a,so*} $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf $(STAGING_DIR)/usr/include/rrd.h \
|
||||
$(STAGING_DIR)/usr/lib/librrd.{a,so*} \
|
||||
$(STAGING_DIR)/usr/lib/librrd_th.{a,so*}
|
||||
endef
|
||||
|
||||
define Package/librrd/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/librrd.so.* $(1)/usr/lib/
|
||||
|
@ -46,12 +46,6 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_BUILD_DIR)/lib/.libs/libsysfs.{a,so*} $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/include/sysfs/*.h \
|
||||
$(STAGING_DIR)/usr/lib/libsysfs.{a,so*}
|
||||
endef
|
||||
|
||||
define Package/sysfsutils/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(CP) $(PKG_BUILD_DIR)/cmd/systool $(1)/usr/bin/
|
||||
|
Reference in New Issue
Block a user