summaryrefslogtreecommitdiff
path: root/quota/Pkgfile
blob: 00bdba7a41ceafed59913c504bce8050a6ab9cf6 (plain)
    1 # Description: Tools for the Linux quota system
    2 # URL:         http://sourceforge.net/projects/linuxquota/
    3 # Packager:    Mikhail Kolesnik, mike at openbunker dot org
    4 # Maintainer:  Juergen Daubert, jue at crux dot nu
    5 # Depends on:  e2fsprogs tcp_wrappers
    6 
    7 name=quota
    8 version=4.00
    9 release=1
   10 source=(http://download.sourceforge.net/linuxquota/$name-$version.tar.gz \
   11         warnquota.conf quotagrpadmins)
   12 
   13 build(){
   14     cd $name-tools
   15     ./configure --prefix=/usr \
   16                 --mandir=/usr/man \
   17                 --sysconfdir=/etc \
   18                 --enable-nls=no \
   19                 --enable-altformat=yes \
   20                 --enable-rpc=yes \
   21                 --enable-nis=no \
   22                 --enable-bsd_behaviour=yes \
   23                 --enable-rootsbin=yes
   24     make
   25     make install ROOTDIR=$PKG
   26     rm -r $PKG/usr/include
   27     install -D -m 644 $SRC/warnquota.conf $PKG/etc/warnquota.conf
   28     install -D -m 644 $SRC/quotagrpadmins $PKG/etc/quotagrpadmins
   29 }

Generated by cgit