misc Build/UninstallDev fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6703 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
301e882158
commit
a0fa4f14a3
@ -64,11 +64,12 @@ endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/bin/audiofile-config \
|
||||
$(STAGING_DIR)/usr/include/af_vfs.h \
|
||||
$(STAGING_DIR)/usr/include/audiofile.h \
|
||||
$(STAGING_DIR)/usr/include/aupvlist.h \
|
||||
$(STAGING_DIR)/usr/lib/libaudiofile.{a,so*} \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/libaudiofile.pc
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/audiofile.pc
|
||||
endef
|
||||
|
||||
define Package/libaudiofile/install
|
||||
|
@ -60,7 +60,7 @@ define Build/UninstallDev
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/include/mcrypt.h \
|
||||
$(STAGING_DIR)/usr/lib/libmcrypt.{a,so*} \
|
||||
$(STAGING_DIR)/usr/bin/mcrypt-config
|
||||
$(STAGING_DIR)/usr/bin/libmcrypt-config
|
||||
endef
|
||||
|
||||
define Package/libmcrypt/install
|
||||
|
@ -54,7 +54,8 @@ define Build/UninstallDev
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/include/sigc++-2.0 \
|
||||
$(STAGING_DIR)/usr/lib/libsigc-2.0.* \
|
||||
$(STAGING_DIR)/usr/lib/sigc++-2.0
|
||||
$(STAGING_DIR)/usr/lib/sigc++-2.0 \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/sigc++-2.0.pc
|
||||
|
||||
endef
|
||||
|
||||
|
@ -62,7 +62,8 @@ endef
|
||||
define Build/UninstallDev
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/include/upnp \
|
||||
$(STAGING_DIR)/usr/lib/lib{ixml,threadutil,upnp}.{a,so*}
|
||||
$(STAGING_DIR)/usr/lib/lib{ixml,threadutil,upnp}.{a,so*} \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/libupnp.pc
|
||||
endef
|
||||
|
||||
define Package/libupnp/install
|
||||
|
@ -167,8 +167,10 @@ define Build/UninstallDev
|
||||
$(STAGING_DIR)/usr/include/panel.h \
|
||||
$(STAGING_DIR)/usr/include/term{,cap}.h \
|
||||
$(STAGING_DIR)/usr/include/unctrl.h \
|
||||
$(STAGING_DIR)/usr/include/form.h \
|
||||
$(STAGING_DIR)/usr/include/eti.h \
|
||||
$(STAGING_DIR)/usr/lib/libcurses.so \
|
||||
$(STAGING_DIR)/usr/lib/lib{ncurses,panel,menu}.{a,so*}
|
||||
$(STAGING_DIR)/usr/lib/lib{ncurses,panel,menu,form}.{a,so*}
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,libncurses))
|
||||
|
Loading…
x
Reference in New Issue
Block a user