mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-27 13:41:06 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
15 lines
537 B
Makefile
15 lines
537 B
Makefile
################################################################################
|
|
#
|
|
# debianutils
|
|
#
|
|
################################################################################
|
|
|
|
DEBIANUTILS_VERSION = 4.8.1
|
|
DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.xz
|
|
DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20161118T033019Z/pool/main/d/debianutils
|
|
DEBIANUTILS_CONF_OPTS = --exec-prefix=/
|
|
DEBIANUTILS_LICENSE = GPL-2.0+, SMAIL (savelog)
|
|
DEBIANUTILS_LICENSE_FILES = debian/copyright
|
|
|
|
$(eval $(autotools-package))
|