diff options
author | tnut <tnut at nutyx dot com> | 2011-05-08 10:25:36 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-08 10:25:36 +0200 |
commit | 6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da (patch) | |
tree | 01e6742a012c88fad58a473ab0101fb99e691492 /extra/foomatic-db/Pkgfile | |
parent | e11f6f55b2f6c0070ba45550af418723bb0e801d (diff) | |
download | nutyx-pakxe-6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da.tar.gz nutyx-pakxe-6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da.tar.bz2 nutyx-pakxe-6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da.tar.xz nutyx-pakxe-6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da.zip |
foomatic-db dans ouvert
Diffstat (limited to 'extra/foomatic-db/Pkgfile')
-rwxr-xr-x | extra/foomatic-db/Pkgfile | 19 |
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 -} - |