* update quota-tools to 1:4.09-2
This commit is contained in:
parent
ec1f79788e
commit
984a1e8aba
@ -1,23 +1,33 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Eric Bélanger <eric@archlinux.org>
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
# Contributor: Eric Bélanger <eric@archlinux.org>
|
||||
|
||||
pkgname=quota-tools
|
||||
pkgver=4.09
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="Tools to manage kernel-level quotas in Linux"
|
||||
pkgdesc='Tools to manage kernel-level quotas in Linux'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://sourceforge.net/projects/linuxquota/"
|
||||
license=(GPL BSD)
|
||||
depends=(libnl dbus libtirpc)
|
||||
url='https://sourceforge.net/projects/linuxquota/'
|
||||
license=(GPL-2.0-or-later)
|
||||
depends=(dbus
|
||||
e2fsprogs
|
||||
glibc
|
||||
libldap
|
||||
libnl
|
||||
libtirpc)
|
||||
makedepends=(rpcsvc-proto)
|
||||
backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
|
||||
backup=(etc/quotagrpadmins
|
||||
etc/quotatab
|
||||
etc/warnquota.conf)
|
||||
source=(https://downloads.sourceforge.net/sourceforge/linuxquota/quota-$pkgver.tar.gz)
|
||||
sha256sums=('9cdaca154bc92afc3117f0e5f5b3208dd5f84583af1cf061c39baa0a2bb142f9')
|
||||
|
||||
build() {
|
||||
cd quota-$pkgver
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user