kumquat-buildroot/package/iprutils/iprutils.mk
Bernd Kuhls a34b77e44a package/iprutils: bump version to 2.4.14.1
Removed patches applied upstream:

0001-iprutils-Don-t-use-gettext.patch
4512cfb915/

0002-configure.ac-use-pow-instead-of-matherr-for-libm-che.patch
d7cfe35b97/

0003-iprlib-fixes-for-compatibility-with-musl.patch
ed9da50d11/

Autoreconf is not needed anymore, added upstream hashes, switched _SITE
to https.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-06-05 15:05:52 +02:00

15 lines
544 B
Makefile

################################################################################
#
# iprutils
#
################################################################################
IPRUTILS_VERSION_MAJOR = 2.4.14
IPRUTILS_VERSION = $(IPRUTILS_VERSION_MAJOR).1
IPRUTILS_SITE = https://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/$(IPRUTILS_VERSION_MAJOR)
IPRUTILS_DEPENDENCIES = ncurses libsysfs pciutils
IPRUTILS_LICENSE = Common Public License Version 1.0
IPRUTILS_LICENSE_FILES = LICENSE
$(eval $(autotools-package))