contrib/foomatic-db-engine/Pkgfile

19 lines
507 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Generates PPD files from foomatic-db's database.
# URL: http://linuxprinting.org/
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
#
2006-11-14 00:01:22 +01:00
# Depends on:
name=foomatic-db-engine
version=3.0.2
release=2
source=(http://linuxprinting.org/download/foomatic/$name-$version.tar.gz)
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}