uid_wrapper: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 18:00:30 +00:00
parent 694d034baa
commit 5796f8cad0
3 changed files with 0 additions and 39 deletions

View File

@ -1,15 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/uid_wrapper/
-rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config.cmake
lrwxrwxrwx root/root usr/lib/libuid_wrapper.so -> libuid_wrapper.so.0
lrwxrwxrwx root/root usr/lib/libuid_wrapper.so.0 -> libuid_wrapper.so.0.0.9
-rwxr-xr-x root/root usr/lib/libuid_wrapper.so.0.0.9
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/uid_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/uid_wrapper.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UQc0voGwizuRJ6Tp0PcM3k+CGkC+cem4qBNERgh0X0LAjax6540mhTNgrKu0JXHe0M5asTDHfOxMGjQ9ffJows=
SHA256 (Pkgfile) = d263129ea4cb7b01b65928b3416c8b5749d061885e60d91fe566fe9d3f1932a9
SHA256 (.footprint) = a67d4e4a49796e335fefd4a2a9f91402859622e3610c47d7e0d7aefebc36fd9e
SHA256 (uid_wrapper-1.2.8.tar.gz) = 0e6f1e07d8a9c1ac5984bac3c1a9c3d9b1e35b3eb01b9e973dbc2543514b956b

View File

@ -1,19 +0,0 @@
# Description: Wrapper for Unix user and group functions
# URL: https://cwrap.org/uid_wrapper.html
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: cmake
name=uid_wrapper
version=1.2.8
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
}