socket_wrapper: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 18:02:09 +00:00
parent 532fa2b3dd
commit a9eaa5477a
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/socket_wrapper/
-rw-r--r-- root/root usr/lib/cmake/socket_wrapper/socket_wrapper-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/socket_wrapper/socket_wrapper-config.cmake
lrwxrwxrwx root/root usr/lib/libsocket_wrapper.so -> libsocket_wrapper.so.0
lrwxrwxrwx root/root usr/lib/libsocket_wrapper.so.0 -> libsocket_wrapper.so.0.1.15
-rwxr-xr-x root/root usr/lib/libsocket_wrapper.so.0.1.15
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/socket_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/socket_wrapper.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XTxrhErN9G7SL9awZOlRB2UHtmyJxb8nogwST+7VQu2vnj4jY7oMWp1yhccLwfHXUP/ekG5uBi7voYSUxNv6Aw=
SHA256 (Pkgfile) = 100aa7472f839819eda39934398e30eee9b862875ecb22cbcd9d9d351732862e
SHA256 (.footprint) = 4459f5bedf217fe8b17b6f37e4eebf11955257ee456ab2197ad1ce8d05427396
SHA256 (socket_wrapper-1.2.5.tar.gz) = dd0575a70d87bdc3107aea208feceef37ae2b1583038836115091699017e63f1

View File

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