23 lines
763 B
Bash
23 lines
763 B
Bash
# Template file for 'quota'
|
|
pkgname=quota
|
|
version=4.06
|
|
revision=2
|
|
build_style=gnu-configure
|
|
make_build_args="V=1"
|
|
conf_files="/etc/quotagrpadmins /etc/quotatab /etc/warnquota.conf"
|
|
hostmakedepends="pkg-config automake gettext-devel"
|
|
makedepends="dbus-devel e2fsprogs-devel libldap-devel libnl3-devel libtirpc-devel"
|
|
short_desc="Linux disk quota tool"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://sourceforge.net/projects/linuxquota/"
|
|
distfiles="${SOURCEFORGE_SITE}/linuxquota/quota-tools/${pkgname}-${version}.tar.gz"
|
|
checksum=2f3e03039f378d4f0d97acdb49daf581dcaad64d2e1ddf129495fd579fbd268d
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/include/rpcsvc ${DESTDIR}/usr/share/doc/quota
|
|
}
|