# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $ # Description: Library to provide access to configuration files. # URL: http://ftp.gnome.org/pub/GNOME/stable/sources/libPropList/ # Maintainer: James Mills prologic at shortcircuit dot net dot au # Packager: Olle Gustafsson # Depends on: name=libproplist version=0.8.3 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/libPropList/0.8/libPropList-$version.tar.gz) build() { cd libPropList-$version ./configure --prefix=/usr --disable-nls make && make DESTDIR=$PKG install chown root:root $PKG }