forked from ports/contrib
libcgi: initial commit
This commit is contained in:
parent
549721a2c3
commit
6ce28d774d
7
libcgi/.footprint
Normal file
7
libcgi/.footprint
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
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
|
1
libcgi/.md5sum
Normal file
1
libcgi/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
110af367081d33c7ed6527a1a60fc274 libcgi-1.0.tar.gz
|
22
libcgi/Pkgfile
Normal file
22
libcgi/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Description: CGI library for C.
|
||||||
|
# URL: http://libcgi.sourceforge.net/
|
||||||
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||||
|
# Packager: Ivan Lyangouzov, tzong at crux dot spb dot ru
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
|
name=libcgi
|
||||||
|
version=1.0
|
||||||
|
release=1
|
||||||
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
install -d $PKG/usr/lib $PKG/usr/include
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--disable-nls
|
||||||
|
|
||||||
|
make && make prefix=$PKG/usr install
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user