summaryrefslogtreecommitdiffstats
path: root/package/debianutils/debianutils.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-11-18 14:01:50 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-18 23:27:50 +0100
commiteb50abe7cf2e7082907e5949aec8f884b5b45eb8 (patch)
tree6367a20ce1893b39779ffbbc8e901857fa0e5f28 /package/debianutils/debianutils.mk
parent44d15563c706dce48f84b55bd299fc94c655f071 (diff)
downloadbuildroot-eb50abe7cf2e7082907e5949aec8f884b5b45eb8.tar.gz
buildroot-eb50abe7cf2e7082907e5949aec8f884b5b45eb8.zip
debianutils: new package
[Thomas: add optional dependency on Busybox, because debianutils installs its own version of which, so we need to override the Busybox one.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/debianutils/debianutils.mk')
-rw-r--r--package/debianutils/debianutils.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/debianutils/debianutils.mk b/package/debianutils/debianutils.mk
new file mode 100644
index 0000000000..dd7877423d
--- /dev/null
+++ b/package/debianutils/debianutils.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# debianutils
+#
+################################################################################
+
+DEBIANUTILS_VERSION = 4.4
+DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.gz
+DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20130728T034252Z/pool/main/d/debianutils
+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))
OpenPOWER on IntegriCloud