contrib/giblib/Pkgfile

21 lines
509 B
Plaintext
Raw Normal View History

2007-09-12 15:35:04 +02:00
# Description: Library for doubly linked lists and a wrapper for imlib2.
2009-10-10 06:59:07 +02:00
# URL: http://freshmeat.net/projects/giblib/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2007-09-12 15:35:04 +02:00
# Depends on: imlib2
2006-10-29 12:26:50 +01:00
name=giblib
version=1.2.4
2022-10-20 18:45:00 +02:00
release=2
source=(http://crux.ster.zone/downloads/$name/$name-$version.tar.gz
fix-configure_ac-imlib2.patch)
2006-10-29 12:26:50 +01:00
build() {
cd giblib-$version
2022-10-20 18:45:00 +02:00
patch -Np1 -i $SRC/fix-configure_ac-imlib2.patch
autoreconf -fvi
2006-10-29 12:26:50 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
}