remove UninstallDev

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9907 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-12-25 01:59:55 +00:00
parent 862f044cd8
commit bf06dbb788
121 changed files with 1 additions and 786 deletions

View File

@ -94,13 +94,6 @@ define Build/InstallDev
ln -sf $(1)/usr/bin/curl-config $(2)/bin/
endef
define Build/UninstallDev
rm -rf $(STAGING_DIR)/usr/bin/curl-config \
$(STAGING_DIR)/usr/include/curl \
$(STAGING_DIR)/usr/lib/libcurl.{a,so*} \
$(STAGING_DIR)/usr/lib/pkgconfig/libcurl.pc
endef
define Package/curl/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/curl $(1)/usr/bin/