Commit e51b06e9 authored by Ryan Barnett's avatar Ryan Barnett Committed by Peter Korsgaard
Browse files

libcap-ng: bump revision to 0.7.3



Also cleaned the package makefile up by removing explicitly naming
the source along with moving the configure of the package down below
the standard package declarations.

Signed-off-by: default avatarRyan Barnett <rjbarnet@rockwellcollins.com>
Reviewed-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 5f9b3824
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@
#
################################################################################

LIBCAP_NG_VERSION = 0.6.6
LIBCAP_NG_VERSION = 0.7.3
LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng/
LIBCAP_NG_SOURCE = libcap-ng-$(LIBCAP_NG_VERSION).tar.gz
LIBCAP_NG_LICENSE = GPLv2+ LGPLv2.1+
LIBCAP_NG_LICENSE_FILES = COPYING COPYING.LIB
LIBCAP_NG_INSTALL_STAGING = YES

LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
LIBCAP_NG_CONF_OPT = --without-python
LIBCAP_NG_LICENSE = GPLv2+ LGPLv2.1+
LIBCAP_NG_LICENSE_FILES = COPYING COPYING.LIB

$(eval $(autotools-package))