X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibnl%2FMakefile;h=ec4ea41fd31f937bc45ac72affaea6333daa0e14;hb=18076bc44e0e2f1036928b8f62d75ebb7084a2ba;hp=372b3a3580e576c712f65af733cd785331464843;hpb=555f51c126c02ceb66c296449f51e11661a7a174;p=openwrt-10.03%2F.git 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/