contrib/libproplist/Pkgfile

19 lines
557 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Library to provide access to configuration files.
# URL: http://ftp.gnome.org/pub/GNOME/stable/sources/libPropList/
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
# Packager: Olle Gustafsson <ogg at linux dot se>
#
# Depends on:
2006-11-14 00:01:22 +01:00
name=libproplist
version=0.8.3
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/libPropList/0.8/libPropList-$version.tar.gz)
build() {
2006-11-19 22:26:53 +01:00
cd libPropList-$version
./configure --prefix=/usr --disable-nls
make && make DESTDIR=$PKG install
chown root:root $PKG
2006-11-14 00:01:22 +01:00
}