opt/glib1/Pkgfile

21 lines
523 B
Plaintext

# Description: Library with support routines for C such as list, trees, hashes
# URL: http://www.gtk.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on:
name=glib1
version=1.2.10
release=2
source=(ftp://ftp.gtk.org/pub/gtk/v1.2/glib-$version.tar.gz \
glib-$version.patch)
build () {
cd glib-$version
patch -p1 < $SRC/glib-$version.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}