1 ################################################################################
5 ################################################################################
7 DEBIANUTILS_VERSION
= 4.7
8 DEBIANUTILS_SOURCE
= debianutils_
$(DEBIANUTILS_VERSION
).
tar.xz
9 DEBIANUTILS_SITE
= http
://snapshot.debian.org
/archive
/debian
/20160126T220153Z
/pool
/main
/d
/debianutils
10 DEBIANUTILS_CONF_OPTS
= --exec-prefix
=/
11 # Make sure we override the busybox tools, such as which
12 DEBIANUTILS_DEPENDENCIES
= $(if
$(BR2_PACKAGE_BUSYBOX
),busybox
)
13 DEBIANUTILS_LICENSE
= GPLv2
+, SMAIL
(savelog
)
14 DEBIANUTILS_LICENSE_FILES
= debian
/copyright
16 $(eval
$(autotools-package
))