debianutils.mk 536 B

1234567891011121314
  1. ################################################################################
  2. #
  3. # debianutils
  4. #
  5. ################################################################################
  6. DEBIANUTILS_VERSION = 4.11
  7. DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.xz
  8. DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/debianutils
  9. DEBIANUTILS_CONF_OPTS = --exec-prefix=/
  10. DEBIANUTILS_LICENSE = GPL-2.0+, SMAIL (savelog)
  11. DEBIANUTILS_LICENSE_FILES = debian/copyright
  12. $(eval $(autotools-package))