summaryrefslogtreecommitdiffstats
path: root/extra/foomatic-db/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-08 10:25:36 +0200
committertnut <tnut at nutyx dot com>2011-05-08 10:25:36 +0200
commit6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da (patch)
tree01e6742a012c88fad58a473ab0101fb99e691492 /extra/foomatic-db/Pkgfile
parente11f6f55b2f6c0070ba45550af418723bb0e801d (diff)
downloadnutyx-extra-6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da.tar.gz
nutyx-extra-6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da.tar.bz2
nutyx-extra-6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da.tar.xz
nutyx-extra-6275c6534f40e3f2b5c41e3da3e1e64cf9d9e5da.zip
foomatic-db dans ouvert
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
-}
-