termux-packages/packages/debianutils/build.sh

7 lines
441 B
Bash
Raw Normal View History

2015-06-13 01:03:31 +02:00
TERMUX_PKG_HOMEPAGE=https://packages.debian.org/debianutils
TERMUX_PKG_DESCRIPTION="Small utilities which are used primarily by the installation scripts of Debian packages"
2016-07-20 01:15:10 +02:00
TERMUX_PKG_VERSION=4.8
2015-06-13 01:03:31 +02:00
TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_RM_AFTER_INSTALL="bin/installkernel share/man/man8/installkernel.8"
2016-02-06 00:05:00 +01:00
TERMUX_PKG_FOLDERNAME=debianutils-$TERMUX_PKG_VERSION