summaryrefslogtreecommitdiffstats
path: root/extra/foomatic-db/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-08-09 18:10:33 +0200
committertnut <tnut at nutyx dot com>2011-08-09 18:10:33 +0200
commit293aff2102e7e4f953e8f77d2522eea3ed7bbd15 (patch)
treedd65aa631ef82a3531006f05a52021138839f018 /extra/foomatic-db/Pkgfile
parent6e0f74389cc8183920fcddf97e4e2930a1095dcc (diff)
downloadnutyx-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-xextra/foomatic-db/Pkgfile19
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
+}
+