mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
libnet: new package
[Thomas: add hash file.] Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
18566c37dc
commit
9d3855012c
13
package/libnet/libnet.mk
Normal file
13
package/libnet/libnet.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# libnet
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBNET_VERSION = 1.1.6
|
||||
LIBNET_SITE = http://sourceforge.net/projects/libnet-dev/files
|
||||
LIBNET_INSTALL_STAGING = YES
|
||||
LIBNET_LICENSE = BSD-2c
|
||||
LIBNET_LICENSE_FILES = doc/COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user