c98df6fe0c
- As stated in https://sourceforge.net/projects/libnet-dev/, "this
project no longer uses sourceforge", so switch site to
https://github.com/libnet/libnet
- Drop patch (already in version)
- Use the new LICENSE file, same as previous but with updated copyright
years:
e4fb7e9a1a
- Update indentation in hash file (two spaces)
https://github.com/libnet/libnet/releases/tag/v1.2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
549 B
Makefile
18 lines
549 B
Makefile
################################################################################
|
|
#
|
|
# libnet
|
|
#
|
|
################################################################################
|
|
|
|
LIBNET_VERSION = 1.2
|
|
LIBNET_SITE = \
|
|
https://github.com/libnet/libnet/releases/download/v$(LIBNET_VERSION)
|
|
LIBNET_INSTALL_STAGING = YES
|
|
# PF_PACKET is always available on Linux
|
|
LIBNET_CONF_OPTS = libnet_cv_have_packet_socket=yes
|
|
LIBNET_LICENSE = BSD-2-Clause, BSD-3-Clause
|
|
LIBNET_LICENSE_FILES = LICENSE
|
|
LIBNET_CPE_ID_VENDOR = libnet_project
|
|
|
|
$(eval $(autotools-package))
|