contrib/libcgi/Pkgfile

24 lines
479 B
Plaintext
Raw Normal View History

2006-11-30 05:31:05 +01:00
# Description: CGI library for C.
# URL: http://libcgi.sourceforge.net/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2006-11-30 05:31:05 +01:00
# Packager: Ivan Lyangouzov, tzong at crux dot spb dot ru
# Depends on:
name=libcgi
version=1.0
release=1
source=(http://download.sourceforge.net/libcgi/libcgi-$version.tar.gz)
2006-11-30 05:31:05 +01:00
build() {
2007-04-01 09:44:32 +02:00
cd libcgi-$version
2006-11-30 05:31:05 +01:00
install -d $PKG/usr/lib $PKG/usr/include
./configure \
--prefix=/usr \
--disable-nls
2007-04-01 09:44:32 +02:00
make
make prefix=$PKG/usr install
2006-11-30 05:31:05 +01:00
}