mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 16:47:02 +02:00
40 lines
1 KiB
Text
40 lines
1 KiB
Text
# Contributor: Fabio Napoleoni <f.napoleoni@gmail.com>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=pamtester
|
|
pkgver=0.1.2
|
|
pkgrel=4
|
|
pkgdesc="Command line tool to test PAM configuration"
|
|
url="https://pamtester.sourceforge.net/"
|
|
arch="all"
|
|
license="BSD-3-Clause"
|
|
depends="linux-pam"
|
|
makedepends="$depends_dev linux-pam-dev"
|
|
subpackages="$pkgname-doc"
|
|
source="http://prdownloads.sourceforge.net/pamtester/pamtester-$pkgver.tar.gz
|
|
gcc14-configure.patch
|
|
"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
update_config_sub
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--infodir=/usr/share/info
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
baf4786ad735d73bce8f351071e658cffa5fa45dcf67045827f998555e6cff2bd7ff88dd751ab0198b7b1ecfb9c37ffc8ad0bcc5def098ea7143241a3d501168 pamtester-0.1.2.tar.gz
|
|
2e3a5b7049159460644a223acbc25f3532612e9a7011764c617acc9b25f38f001953d6926df4e32b8d5778fcc6ed61f4fc81b33293e15ce0635b608450df0c2c gcc14-configure.patch
|
|
"
|