contrib/libproplist/Pkgfile
2006-11-14 09:01:22 +10:00

19 lines
588 B
Plaintext

# $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 <ogg at linux dot se>
# 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
}