mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
quota: update to 4.08.
This commit is contained in:
parent
7c96e904c9
commit
f7ec02dcb9
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'quota'
|
# Template file for 'quota'
|
||||||
pkgname=quota
|
pkgname=quota
|
||||||
version=4.06
|
version=4.08
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="V=1"
|
make_build_args="V=1"
|
||||||
conf_files="/etc/quotagrpadmins /etc/quotatab /etc/warnquota.conf"
|
conf_files="/etc/quotagrpadmins /etc/quotatab /etc/warnquota.conf"
|
||||||
|
@ -12,9 +12,10 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://sourceforge.net/projects/linuxquota/"
|
homepage="https://sourceforge.net/projects/linuxquota/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/linuxquota/quota-tools/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/linuxquota/quota-tools/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2f3e03039f378d4f0d97acdb49daf581dcaad64d2e1ddf129495fd579fbd268d
|
checksum=9cc8a6f868c3d5d39ea76696dddf8faf529779d2f45f35ef708bf651dae29b47
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
sed -i '/man_MANS += quota_nld.8/d' Makefile.am
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue