pam_xdg: dropped

This commit is contained in:
Tim Biermann 2022-12-22 09:53:21 +00:00
parent 1551eb8378
commit f963978e15
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 28 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/security/
-rwxr-xr-x root/root lib/security/pam_xdg.so
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/pam_xdg.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39bWuCQKBnFDSNatapVk69m92xk0dbh+ScW0mln3AXucMHmLM+m70bRRsiAUN/R7BcP7PD9TLGtsh90Fdu1OwQA=
SHA256 (Pkgfile) = 8de68384dde9b7b8e66913722d150ec2d7656cb6216b6a4d362f052f763072c2
SHA256 (.footprint) = 56d789b652e6167f5fb93e1e6d48243e13f598c6d9a72705a8e54a003574ba31
SHA256 (pam_xdg-0.8.1.tar.gz) = d574893db1a30f56c1ac8f33d186374c6b02689b3253a4716a81ddf78942bb75

View File

@ -1,15 +0,0 @@
# Description: PAM module to manage XDG Base Directories 0.8 (see manual)
# URL: https://www.sdaoden.eu/code.html#s-toolbox
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
name=pam_xdg
version=0.8.1
release=1
source=(https://ftp.sdaoden.eu/${name}-${version}.tar.gz)
build () {
cd ${name}-${version}
make install DESTDIR=$PKG
}
# s-sh-mode