Upgrade tor to 0.2.0.28-rc (#3660)
[openwrt/svn-archive/archive.git] / libs / libgssapi / Makefile
index 02fed6f152c33a197820d4ebe7d5b74808f02066..4dc482ce57a965bcbf0c2ccba1db8f7e6ba5a1c2 100644 (file)
@@ -22,10 +22,13 @@ define Package/libgssapi
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=required libraries for the nfs-utils
-  DESCRIPTION:= Support libraries - for newer nfs mount command (nfs4)
   URL:=http://www.citi.umich.edu/projects/nfsv4/linux
 endef
 
+define Package/libgssapi/description
+ Support libraries - for newer nfs mount command (nfs4)
+endef
+
 TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib
 
 MAKE_FLAGS += \
@@ -43,11 +46,4 @@ define Build/InstallDev
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libgssapi.pc $(1)/usr/lib/pkgconfig
 endef
 
-define Build/UninstallDev
-       rm -rf \
-               $(STAGING_DIR)/usr/include/gssglue \
-               $(STAGING_DIR)/usr/lib/libgssapi.{a,so*} \
-               $(STAGING_DIR)/usr/lib/pkgconfig/libgssapi.pc
-endef
-
 $(eval $(call BuildPackage,libgssapi))