c2c2eb58ea
This is a bit preliminary yet: - Would like to get rid of LDAP dependency, but then the build breaks. - musl not supported due to rpc/rpc.h usage (+ usual header fluff). - No init scripts or cron jobs yet.
24 lines
822 B
Bash
24 lines
822 B
Bash
# Template file for 'quota'
|
|
pkgname=quota
|
|
version=4.03
|
|
revision=1
|
|
only_for_archs="i686 x86_64 armv6l armv7l"
|
|
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"
|
|
short_desc="Linux disk quota tool"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="https://sourceforge.net/projects/linuxquota/"
|
|
distfiles="${SOURCEFORGE_SITE}/linuxquota/quota-tools/${pkgname}-${version}.tar.gz"
|
|
checksum=9c6c4d9ae7bf30506dd2aa3d8056c4ff2f8d087930d7c721616f5c093bdc674b
|
|
|
|
post_extract() {
|
|
sed -i 's/CFLAGS="/CFLAGS+=" /' configure
|
|
}
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/include/rpcsvc ${DESTDIR}/usr/share/doc/quota
|
|
}
|