diff options
author | tnut <tnut at nutyx dot com> | 2011-08-09 18:10:33 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-09 18:10:33 +0200 |
commit | 293aff2102e7e4f953e8f77d2522eea3ed7bbd15 (patch) | |
tree | dd65aa631ef82a3531006f05a52021138839f018 /extra/foomatic-db/Pkgfile | |
parent | 6e0f74389cc8183920fcddf97e4e2930a1095dcc (diff) | |
download | nutyx-pakxe-293aff2102e7e4f953e8f77d2522eea3ed7bbd15.tar.gz nutyx-pakxe-293aff2102e7e4f953e8f77d2522eea3ed7bbd15.tar.bz2 nutyx-pakxe-293aff2102e7e4f953e8f77d2522eea3ed7bbd15.tar.xz nutyx-pakxe-293aff2102e7e4f953e8f77d2522eea3ed7bbd15.zip |
ajout de foomatic-db, 4.0-20110809
Diffstat (limited to 'extra/foomatic-db/Pkgfile')
-rwxr-xr-x | extra/foomatic-db/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/foomatic-db/Pkgfile b/extra/foomatic-db/Pkgfile new file mode 100755 index 000000000..15fffdd80 --- /dev/null +++ b/extra/foomatic-db/Pkgfile @@ -0,0 +1,19 @@ +# Description: Permet d'utiliser des pilotes libres avec la plupart des systemes d'impression +# URL: http://www.linuxprinting.org/foomatic.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libxml2 +# Run on: libxml2 + +name=foomatic-db +version=4.0-20110809 +release=1 +source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz) + +build() { + cd $name-* + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + |