summaryrefslogtreecommitdiffstats
path: root/extra/foomatic-db-engine/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-08-09 18:08:48 +0200
committertnut <tnut at nutyx dot com>2011-08-09 18:08:48 +0200
commit6e0f74389cc8183920fcddf97e4e2930a1095dcc (patch)
tree02204b964bb14af0f7eb2d480eb5264d655a57c9 /extra/foomatic-db-engine/Pkgfile
parent8017ddc8c28f552ff9f958bb354687e3ce41de4c (diff)
downloadnutyx-pakxe-6e0f74389cc8183920fcddf97e4e2930a1095dcc.tar.gz
nutyx-pakxe-6e0f74389cc8183920fcddf97e4e2930a1095dcc.tar.bz2
nutyx-pakxe-6e0f74389cc8183920fcddf97e4e2930a1095dcc.tar.xz
nutyx-pakxe-6e0f74389cc8183920fcddf97e4e2930a1095dcc.zip
ajout de foomatic-db-engine, 4.0.8-1
Diffstat (limited to 'extra/foomatic-db-engine/Pkgfile')
-rwxr-xr-xextra/foomatic-db-engine/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/foomatic-db-engine/Pkgfile b/extra/foomatic-db-engine/Pkgfile
new file mode 100755
index 000000000..53969d1f0
--- /dev/null
+++ b/extra/foomatic-db-engine/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-engine
+version=4.0.8
+release=1
+source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz)
+
+build() {
+ cd $name-*
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+