python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / debianutils / debianutils.mk
blob83cf744413884264f1ae24f5bebaa1d76907fe6c
1 ################################################################################
3 # debianutils
5 ################################################################################
7 DEBIANUTILS_VERSION = 4.8.1
8 DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.xz
9 DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20161118T033019Z/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))