summaryrefslogtreecommitdiffstats
path: root/package/libnl/libnl.mk
blob: ccedd2207e4bc3ec07d5fa4b6fa7c1eeca61138b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#############################################################
#
# libnl
#
#############################################################

LIBNL_VERSION = 1.1
LIBNL_SOURCE = libnl-$(LIBNL_VERSION).tar.gz
LIBNL_SITE = http://distfiles.gentoo.org/distfiles
LIBNL_INSTALL_STAGING = YES
LIBNL_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install

define LIBNL_UNINSTALL_TARGET_CMDS
	rm -f $(TARGET_DIR)/usr/lib/libnl.so*
endef

$(eval $(call AUTOTARGETS,package,libnl))