libcgi: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:52 +02:00
parent 9328c8cc4e
commit 7486d34d58
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 34 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/cgi.h
-rw-r--r-- root/root usr/include/session.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcgi.a
-rwxr-xr-x root/root usr/lib/libcgi.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yzDgwDbi6Rjd7S7G7wofPBjNhx/1ijNVvs87jY5alFW9NjuYNltV1z0KjzswTfcDXOfvmPgP50atPBekCZuBQg=
SHA256 (Pkgfile) = bd9285954f586937ee65652e9aa1ed65d14a5003e51dde3200ef86287466291d
SHA256 (.footprint) = 6ddcd13a6fafeccffc0924a1102dbc067f20c271c6f3fe1fd293331ac6911952
SHA256 (libcgi-1.0.tar.gz) = 861df39cc0195d43419c4c3de8dff4f42478db66c9ba0b0c1e994c99400e130c

View File

@ -1,22 +0,0 @@
# Description: CGI library for C
# URL: https://libcgi.sourceforge.net/
# Maintainer: unmaintained
name=libcgi
version=1.0
release=2
source=(https://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
export CFLAGS="$CFLAGS -fPIC"
install -d $PKG/usr/lib $PKG/usr/include
./configure \
--prefix=/usr \
--disable-nls
make
make prefix=$PKG/usr install
}