libnss-extrausers/PKGBUILD

23 lines
616 B
Bash
Raw Normal View History

2017-11-09 02:32:13 +01:00
# Maintainer: lod <aur@cyber-anlage.de>
pkgname=libnss-extrausers
pkgver=0.6
2017-11-18 17:26:54 +01:00
pkgrel=3
2017-11-09 02:32:13 +01:00
pkgdesc="nss module to have an additional passwd, shadow and group file"
arch=('any')
2017-11-18 17:26:54 +01:00
url="https://packages.debian.org/de/source/sid/libnss-extrausers"
2017-11-09 02:32:13 +01:00
license=('GPL')
makedepends=('gcc')
2017-11-18 17:26:54 +01:00
conflicts=('libnss-extrausers-git')
2017-11-09 02:32:13 +01:00
source=(http://http.debian.net/debian/pool/main/libn/$pkgname/${pkgname}_$pkgver.orig.tar.gz)
sha256sums=('6a37c3cf6ff5dfd46b1b3127e1226404e43185fa73cd40e8144d5f7736eee9f0')
build() {
cd "$srcdir/$pkgname-$pkgver"
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}