mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
New package: libpam-policycache-0.10
This commit is contained in:
parent
769a134b8b
commit
de81172402
1 changed files with 21 additions and 0 deletions
21
srcpkgs/libpam-policycache/template
Normal file
21
srcpkgs/libpam-policycache/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'libpam-policycache'
|
||||
pkgname=libpam-policycache
|
||||
version=0.10
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf automake libtool pkg-config"
|
||||
makedepends="glib-devel libscrypt-devel pam-devel"
|
||||
short_desc="Password caching module with advanced policies for PAM"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/google/libpam-policycache"
|
||||
distfiles="https://github.com/google/libpam-policycache/archive/v$version.tar.gz"
|
||||
checksum=7a8210d4a64980af11ff770578e724f2eae2aca56b4cc5977902290468f5aaf0
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*musl) broken="Requires glibc extensions";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
Loading…
Add table
Reference in a new issue