Transfer to ldsoft repos
This commit is contained in:
20
PKGBUILD
20
PKGBUILD
@@ -1,28 +1,30 @@
|
|||||||
# A PAM module allowing authentication via an /etc/passwd-like file
|
# A PAM module allowing authentication via an /etc/passwd-like file
|
||||||
# Contributor: Mark Dovermann <mdovermann@ceruleanmicrosystems.com>
|
# Contributor: Mark Dovermann <mdovermann@ceruleanmicrosystems.com>
|
||||||
# Contributor: David Rosenstrauch <darose@darose.net>
|
# Contributor: David Rosenstrauch <darose@darose.net>
|
||||||
# Maintainer: Darko Luketic <info@icod.de>
|
# Maintainer: Fabian <fabian@ldsoft.dev>
|
||||||
|
|
||||||
pkgname=libpam_pwdfile
|
pkgname=libpam_pwdfile-fabs
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A PAM module allowing authentication via an /etc/passwd-like file"
|
pkgdesc="A PAM module allowing authentication via an /etc/passwd-like file"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/tiwe-de/libpam-pwdfile"
|
url="https://git.ldsoft.dev/fabs/libpam-pwdfile"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('pam')
|
depends=('pam')
|
||||||
source=(https://github.com/tiwe-de/libpam-pwdfile/archive/v${pkgver}.tar.gz)
|
provides=('libpam_pwdfile')
|
||||||
sha1sums=('a5fd2bd79a3c781b508905709450427f1b28705f')
|
conflicts=('libpam_pwdfile')
|
||||||
|
source=("libpam-pwdfile"::"git+https://git.ldsoft.dev/fabs/libpam-pwdfile")
|
||||||
|
sha1sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/libpam-pwdfile-${pkgver}"
|
cd "$srcdir/libpam-pwdfile"
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/libpam-pwdfile-${pkgver}"
|
cd "$srcdir/libpam-pwdfile"
|
||||||
|
|
||||||
make PAM_LIB_DIR="$pkgdir/usr/lib/security" INSTALL=$(which install) install
|
make PAM_LIB_DIR="$pkgdir/usr/lib/security" INSTALL=$(which install) install
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user