2014-11-18 18:01:50 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# debianutils
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2016-02-24 22:25:01 +01:00
|
|
|
DEBIANUTILS_VERSION = 4.7
|
2015-12-20 21:34:36 +01:00
|
|
|
DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.xz
|
2016-02-24 22:25:01 +01:00
|
|
|
DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20160126T220153Z/pool/main/d/debianutils
|
2014-11-18 18:01:50 +01:00
|
|
|
DEBIANUTILS_CONF_OPTS = --exec-prefix=/
|
|
|
|
# Make sure we override the busybox tools, such as which
|
|
|
|
DEBIANUTILS_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
|
|
|
DEBIANUTILS_LICENSE = GPLv2+, SMAIL (savelog)
|
|
|
|
DEBIANUTILS_LICENSE_FILES = debian/copyright
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|