X-Git-Url: http://gitweb/?a=blobdiff_plain;f=linux-pam%2FPkgfile;h=347a963cc301847d1406750e6fd7a8722da238fd;hb=6ce95f759b069b270f468663629672ef2b572ac8;hp=918539c9c563e1294b4457e5f3ad43d9777ff395;hpb=8f39acb692051349a6b20c9d988fcff35293952e;p=ports%2Fcore-arm64.git diff --git a/linux-pam/Pkgfile b/linux-pam/Pkgfile index 918539c..347a963 100644 --- a/linux-pam/Pkgfile +++ b/linux-pam/Pkgfile @@ -4,23 +4,27 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=linux-pam -version=1.5.1 -release=1 +version=1.5.2 +release=3 source=(https://github.com/$name/$name/releases/download/v${version}/Linux-PAM-$version.tar.xz \ common-account common-auth common-password common-session \ other) build() { cd Linux-PAM-$version - CONFIG_SHELL=/bin/bash ./configure --prefix=/usr \ - --libdir=/lib \ - --disable-nis \ - --disable-nls \ - --disable-prelude \ - --enable-db=no + CONFIG_SHELL=/bin/bash ./configure \ + --prefix=/usr \ + --libdir=/lib \ + --disable-nis \ + --disable-nls \ + --disable-prelude \ + --enable-db=no + make make DESTDIR=$PKG install + mv $PKG/lib/pkgconfig $PKG/usr/lib + # unix_chkpwd needs to be setuid root chmod u+s $PKG/sbin/unix_chkpwd @@ -29,5 +33,5 @@ build() { $SRC/{common-*,other} \ $PKG/etc/pam.d/ - rm -r $PKG/usr/{lib,share/doc} + rm -r $PKG/usr/{lib/systemd,share/doc} }