summaryrefslogtreecommitdiffstats
path: root/extra/foomatic-db-engine
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-13 18:34:57 +0200
committersibel <lesibel at free dot fr>2010-07-13 18:34:57 +0200
commitd37a27fbfc7cc0890c4ebad0d28fc995bde57536 (patch)
treedee357c0991129f3dd1447102ee2ff234692db38 /extra/foomatic-db-engine
parentb16d716e0c00acd21a057a29aba421a307fff6a1 (diff)
downloadnutyx-extra-d37a27fbfc7cc0890c4ebad0d28fc995bde57536.tar.gz
nutyx-extra-d37a27fbfc7cc0890c4ebad0d28fc995bde57536.tar.bz2
nutyx-extra-d37a27fbfc7cc0890c4ebad0d28fc995bde57536.tar.xz
nutyx-extra-d37a27fbfc7cc0890c4ebad0d28fc995bde57536.zip
maj de foomatic-db-engine#4.0.4-1
Diffstat (limited to 'extra/foomatic-db-engine')
-rwxr-xr-xextra/foomatic-db-engine/.footprint22
-rwxr-xr-xextra/foomatic-db-engine/.md5sum2
-rwxr-xr-xextra/foomatic-db-engine/Pkgfile6
3 files changed, 15 insertions, 15 deletions
diff --git a/extra/foomatic-db-engine/.footprint b/extra/foomatic-db-engine/.footprint
index ddd01730e..40ae75651 100755
--- a/extra/foomatic-db-engine/.footprint
+++ b/extra/foomatic-db-engine/.footprint
@@ -17,17 +17,10 @@ drwxr-xr-x root/root usr/lib/cups/
drwxr-xr-x root/root usr/lib/cups/driver/
lrwxrwxrwx root/root usr/lib/cups/driver/foomatic -> /usr/bin/foomatic-ppdfile
drwxr-xr-x root/root usr/lib/perl5/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/Foomatic/
--r--r--r-- root/root usr/lib/perl5/site_perl/5.12.0/Foomatic/DB.pm
--r--r--r-- root/root usr/lib/perl5/site_perl/5.12.0/Foomatic/Defaults.pm
--r--r--r-- root/root usr/lib/perl5/site_perl/5.12.0/Foomatic/PPD.pm
--r--r--r-- root/root usr/lib/perl5/site_perl/5.12.0/Foomatic/UIElem.pm
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/Foomatic/
--rw-r--r-- root/root usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/Foomatic/.packlist
+drwxr-xr-x root/root usr/lib/perl5/site/
+drwxr-xr-x root/root usr/lib/perl5/site/auto/
+drwxr-xr-x root/root usr/lib/perl5/site/auto/Foomatic/
+-rw-r--r-- root/root usr/lib/perl5/site/auto/Foomatic/.packlist
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/foomatic-addpjloptions
-rwxr-xr-x root/root usr/sbin/foomatic-cleanupdrivers
@@ -59,3 +52,10 @@ drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/foomatic-getpjloptions.8.gz
-rw-r--r-- root/root usr/share/man/man8/foomatic-kitload.8.gz
-rw-r--r-- root/root usr/share/man/man8/foomatic-preferred-driver.8.gz
+drwxr-xr-x root/root usr/share/perl5/
+drwxr-xr-x root/root usr/share/perl5/site/
+drwxr-xr-x root/root usr/share/perl5/site/Foomatic/
+-r--r--r-- root/root usr/share/perl5/site/Foomatic/DB.pm
+-r--r--r-- root/root usr/share/perl5/site/Foomatic/Defaults.pm
+-r--r--r-- root/root usr/share/perl5/site/Foomatic/PPD.pm
+-r--r--r-- root/root usr/share/perl5/site/Foomatic/UIElem.pm
diff --git a/extra/foomatic-db-engine/.md5sum b/extra/foomatic-db-engine/.md5sum
index 6bd6e3a91..79a963bff 100755
--- a/extra/foomatic-db-engine/.md5sum
+++ b/extra/foomatic-db-engine/.md5sum
@@ -1 +1 @@
-b8f317dc9d6a9303fac6508be83c6bcf foomatic-db-engine-4.0-current.tar.gz
+675999e0ab8d59ad34a805c378830354 foomatic-db-engine-4.0.4.tar.gz
diff --git a/extra/foomatic-db-engine/Pkgfile b/extra/foomatic-db-engine/Pkgfile
index b485901d1..955fa429d 100755
--- a/extra/foomatic-db-engine/Pkgfile
+++ b/extra/foomatic-db-engine/Pkgfile
@@ -5,12 +5,12 @@
# Depends on: foomatic-filters
name=foomatic-db-engine
-version=4.0
+version=4.0.4
release=1
-source=(http://www.linuxprinting.org/download/foomatic/$name-$version-current.tar.gz)
+source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz)
build() {
-cd $name-4.0-20091122
+cd $name-$version
./configure --prefix=/usr
sed 's|$(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX)|$(MAKE) PREFIX=$(PERLPREFIX)|' -i Makefile
make