nss_wrapper: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:54:12 +00:00
parent e37c6da3a8
commit d95c8dfadb
3 changed files with 0 additions and 41 deletions

View File

@ -1,17 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nss_wrapper.pl
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/nss_wrapper/
-rw-r--r-- root/root usr/lib/cmake/nss_wrapper/nss_wrapper-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/nss_wrapper/nss_wrapper-config.cmake
lrwxrwxrwx root/root usr/lib/libnss_wrapper.so -> libnss_wrapper.so.0
lrwxrwxrwx root/root usr/lib/libnss_wrapper.so.0 -> libnss_wrapper.so.0.3.1
-rwxr-xr-x root/root usr/lib/libnss_wrapper.so.0.3.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/nss_wrapper.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/nss_wrapper.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TrbRfxE4r2aPeR9jESNcNVRy+/TEfathG5Tu4fMLsTpRvNejJWMuyj3APvdU7+ayQfNGiGW5iwySDrLQUYA/AA=
SHA256 (Pkgfile) = 46e30091f06b29c926fab4b3199bdb7460067786f7d4fc425dda2194abacf30d
SHA256 (.footprint) = 6726225314c7024f9f5452e325605803f938f80c481c74ca74bd3fe5510f074a
SHA256 (nss_wrapper-1.1.11.tar.gz) = fb45332e7fb4d85d3ea829ed18172366196c17cbd32ef690a7e1309f0c37b4e0

View File

@ -1,19 +0,0 @@
# Description: Wrapper for the NSS API
# URL: https://cwrap.org/nss_wrapper.html
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: cmake
name=nss_wrapper
version=1.1.11
release=1
source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz)
build() {
cmake -S $name-$version -B build\
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib
cmake --build build
DESTDIR=$PKG cmake --install build
}