X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/555f51c126c02ceb66c296449f51e11661a7a174..57f5643ac3ecf82a042c3f274e2d900a0b708896:/package/libnl/Makefile diff --git a/package/libnl/Makefile b/package/libnl/Makefile index 372b3a358..ec4ea41fd 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -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 @@ -38,14 +38,12 @@ endef ifneq ($(CONFIG_LINUX_2_6_23),) define Build/InstallDev + $(INSTALL_DIR) $(1) $(CP) $(PKG_INSTALL_DIR)/* $(1)/ mkdir -p $(1)/usr/include/libnl $(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/