diff options
author | tnut <tnut at nutyx dot com> | 2011-05-08 10:24:09 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-08 10:24:09 +0200 |
commit | e11f6f55b2f6c0070ba45550af418723bb0e801d (patch) | |
tree | 583836a5ca8d456fc784ccff7385e8591df11116 /extra/foomatic-filters/Pkgfile | |
parent | 5ef3c91ececff7e78ea2e70322941e5d21723cb5 (diff) | |
download | nutyx-extra-e11f6f55b2f6c0070ba45550af418723bb0e801d.tar.gz nutyx-extra-e11f6f55b2f6c0070ba45550af418723bb0e801d.tar.bz2 nutyx-extra-e11f6f55b2f6c0070ba45550af418723bb0e801d.tar.xz nutyx-extra-e11f6f55b2f6c0070ba45550af418723bb0e801d.zip |
foomatic-db dans ouvert
Diffstat (limited to 'extra/foomatic-filters/Pkgfile')
-rwxr-xr-x | extra/foomatic-filters/Pkgfile | 19 |
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 -} - |