remove uninstalldev templates (no longer necessary)
[openwrt-10.03/.git] / package / libnl / Makefile
index 372b3a3580e576c712f65af733cd785331464843..3303260d4edf6d65945f6dc95a8be73445c03c78 100644 (file)
@@ -22,7 +22,7 @@ define Package/libnl
   SECTION:=net
   CATEGORY:=Base system
   TITLE:=netlink socket library
-  URL:=http://www.suug.ch/~tgr/libnl/
+  URL:=http://people.suug.ch/~tgr/libnl/
 endef
 
 define Package/libnl/description
@@ -43,9 +43,6 @@ ifneq ($(CONFIG_LINUX_2_6_23),)
        $(CP) $(PKG_BUILD_DIR)/include/linux $(1)/usr/include/libnl/
   endef
 
-  define Build/UninstallDev
-  endef
-
   define Package/libnl/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libnl.so.1 $(1)/usr/lib/