kumquat-buildroot/package/libnet/libnet.mk
Thomas Petazzoni 6d33e77f74 libnet: adjust license information
As noticed by Arnout, some files are under BSD-3c.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-11-11 15:02:24 +01:00

14 lines
388 B
Makefile

################################################################################
#
# libnet
#
################################################################################
LIBNET_VERSION = 1.1.6
LIBNET_SITE = http://sourceforge.net/projects/libnet-dev/files
LIBNET_INSTALL_STAGING = YES
LIBNET_LICENSE = BSD-2c, BSD-3c
LIBNET_LICENSE_FILES = doc/COPYING
$(eval $(autotools-package))