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