1
0
forked from ports/contrib
contrib/libcgi/Pkgfile

24 lines
487 B
Plaintext
Raw Normal View History

2006-11-30 15:31:05 +11:00
# 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
2007-04-01 17:44:32 +10:00
source=(http://dl.sourceforge.net/sourceforge/libcgi/libcgi-$version.tar.gz)
2006-11-30 15:31:05 +11:00
build() {
2007-04-01 17:44:32 +10:00
cd libcgi-$version
2006-11-30 15:31:05 +11:00
install -d $PKG/usr/lib $PKG/usr/include
./configure \
--prefix=/usr \
--disable-nls
2007-04-01 17:44:32 +10:00
make
make prefix=$PKG/usr install
2006-11-30 15:31:05 +11:00
}