quota: remove tcp_wrappers from dependencies, move man-paages

This commit is contained in:
Juergen Daubert 2015-12-03 13:51:09 +01:00
parent caa62402ac
commit 6fdf599951
2 changed files with 22 additions and 22 deletions

View File

@ -10,25 +10,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/quota
-r-xr-xr-x root/root usr/bin/quotasync
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/quota.1.gz
drwxr-xr-x root/root usr/man/man2/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/rquota.3.gz
drwxr-xr-x root/root usr/man/man8/
-r--r--r-- root/root usr/man/man8/convertquota.8.gz
-r--r--r-- root/root usr/man/man8/edquota.8.gz
-r--r--r-- root/root usr/man/man8/quot.8.gz
-r--r--r-- root/root usr/man/man8/quota_nld.8.gz
-r--r--r-- root/root usr/man/man8/quotacheck.8.gz
-r--r--r-- root/root usr/man/man8/quotaon.8.gz
-r--r--r-- root/root usr/man/man8/quotastats.8.gz
-r--r--r-- root/root usr/man/man8/repquota.8.gz
-r--r--r-- root/root usr/man/man8/rquotad.8.gz
-r--r--r-- root/root usr/man/man8/setquota.8.gz
-r--r--r-- root/root usr/man/man8/warnquota.8.gz
-r--r--r-- root/root usr/man/man8/xqmstats.8.gz
drwxr-xr-x root/root usr/sbin/
-r-xr-xr-x root/root usr/sbin/convertquota
-r-xr-xr-x root/root usr/sbin/edquota
@ -39,3 +20,23 @@ drwxr-xr-x root/root usr/sbin/
-r-xr-xr-x root/root usr/sbin/setquota
-r-xr-xr-x root/root usr/sbin/warnquota
-r-xr-xr-x root/root usr/sbin/xqmstats
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-r--r--r-- root/root usr/share/man/man1/quota.1.gz
drwxr-xr-x root/root usr/share/man/man2/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/rquota.3.gz
drwxr-xr-x root/root usr/share/man/man8/
-r--r--r-- root/root usr/share/man/man8/convertquota.8.gz
-r--r--r-- root/root usr/share/man/man8/edquota.8.gz
-r--r--r-- root/root usr/share/man/man8/quot.8.gz
-r--r--r-- root/root usr/share/man/man8/quota_nld.8.gz
-r--r--r-- root/root usr/share/man/man8/quotacheck.8.gz
-r--r--r-- root/root usr/share/man/man8/quotaon.8.gz
-r--r--r-- root/root usr/share/man/man8/quotastats.8.gz
-r--r--r-- root/root usr/share/man/man8/repquota.8.gz
-r--r--r-- root/root usr/share/man/man8/rquotad.8.gz
-r--r--r-- root/root usr/share/man/man8/setquota.8.gz
-r--r--r-- root/root usr/share/man/man8/warnquota.8.gz
-r--r--r-- root/root usr/share/man/man8/xqmstats.8.gz

View File

@ -2,18 +2,17 @@
# URL: http://sourceforge.net/projects/linuxquota/
# Packager: Mikhail Kolesnik, mike at openbunker dot org
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: e2fsprogs tcp_wrappers
# Depends on: e2fsprogs
name=quota
version=4.01
release=1
release=2
source=(http://download.sourceforge.net/linuxquota/$name-$version.tar.gz \
warnquota.conf quotagrpadmins)
build(){
cd $name-tools
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc \
--enable-nls=no \
--enable-altformat=yes \