contrib/giblib/Pkgfile
2006-10-29 12:26:50 +01:00

18 lines
403 B
Plaintext

# Description: Library for doubly linked lists and a wrapper for imlib2
# URL: http://linuxbrit.co.uk/giblib/
# Maintainer: Mark Rosenstand, mark at borkware dot net
# Depends on: imlib2
name=giblib
version=1.2.4
release=1
source=(http://linuxbrit.co.uk/downloads/giblib-$version.tar.gz)
build() {
cd giblib-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
}