summaryrefslogtreecommitdiffstats
path: root/extra/foomatic-db/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/foomatic-db/Pkgfile')
-rwxr-xr-xextra/foomatic-db/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/foomatic-db/Pkgfile b/extra/foomatic-db/Pkgfile
deleted file mode 100755
index c99252c6a..000000000
--- a/extra/foomatic-db/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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-20110330
-release=1
-source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz)
-
-build() {
- cd $name-*
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-