contrib/giblib/Pkgfile
2022-10-20 18:45:00 +02:00

21 lines
509 B
Plaintext

# Description: Library for doubly linked lists and a wrapper for imlib2.
# URL: http://freshmeat.net/projects/giblib/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: imlib2
name=giblib
version=1.2.4
release=2
source=(http://crux.ster.zone/downloads/$name/$name-$version.tar.gz
fix-configure_ac-imlib2.patch)
build() {
cd giblib-$version
patch -Np1 -i $SRC/fix-configure_ac-imlib2.patch
autoreconf -fvi
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
}