libgsasl: dropped unmaintained port

This commit is contained in:
Tim Biermann 2021-02-01 10:14:40 +00:00
parent 0ef566d89c
commit af50a4e0e7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 36 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/gsasl-compat.h
-rw-r--r-- root/root usr/include/gsasl-mech.h
-rw-r--r-- root/root usr/include/gsasl.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgsasl.a
-rwxr-xr-x root/root usr/lib/libgsasl.la
lrwxrwxrwx root/root usr/lib/libgsasl.so -> libgsasl.so.7.9.7
lrwxrwxrwx root/root usr/lib/libgsasl.so.7 -> libgsasl.so.7.9.7
-rwxr-xr-x root/root usr/lib/libgsasl.so.7.9.7
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libgsasl.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wENVHDwacIIUXm0CY+XK/mT6ciIRO8k/HJLR2IVVZxa1YDiMr/0ZXA/cImvqoEYiw4LOCpmXaSGUPuJtAW33QY=
SHA256 (Pkgfile) = 703b71d09112aadba256e60f94d7e569e3a552d7b42f32c8a8e4b274cb296bbf
SHA256 (.footprint) = f7a1523176955c0f7a97dd7b45eb7d9df777b2b3a835ec1eb24ee2beebcfce16
SHA256 (libgsasl-1.8.1.tar.gz) = 19e2f90525c531010918c50bb1febef0d7115d620150cc66153b9ce73ff814e6

View File

@ -1,18 +0,0 @@
# Description: GNU SASL Library
# URL: https://josefsson.org/gsasl/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: libgcrypt
name=libgsasl
version=1.8.1
release=1
source=(https://download.savannah.nongnu.org/releases/gsasl/$name-$version.tar.gz)
build () {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}