2014-11-18 18:01:50 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# debianutils
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2016-12-18 14:43:42 +01:00
|
|
|
DEBIANUTILS_VERSION = 4.8.1
|
2015-12-20 21:34:36 +01:00
|
|
|
DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.xz
|
2016-12-18 14:43:42 +01:00
|
|
|
DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20161118T033019Z/pool/main/d/debianutils
|
2014-11-18 18:01:50 +01:00
|
|
|
DEBIANUTILS_CONF_OPTS = --exec-prefix=/
|
2017-03-30 15:43:32 +02:00
|
|
|
DEBIANUTILS_LICENSE = GPL-2.0+, SMAIL (savelog)
|
2014-11-18 18:01:50 +01:00
|
|
|
DEBIANUTILS_LICENSE_FILES = debian/copyright
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|