summaryrefslogtreecommitdiffstats
path: root/archive-libs/zziplib
diff options
context:
space:
mode:
authorEric Sandall2008-01-06 20:31:35 +0000
committerEric Sandall2008-01-06 22:56:46 +0000
commit7b6e06118722f733fdace7ab4c7a3251db6f4be4 (patch)
tree38862984308f659a3fddbdb30792b4308de5e770 /archive-libs/zziplib
parent688d4f8430826be18a30ffdcdf11f6b122ddda66 (diff)
zziplib: Fix Debian Bug #439395 (datadir not properly defined)
Needed for ogre to find zziplib
Diffstat (limited to 'archive-libs/zziplib')
-rwxr-xr-xarchive-libs/zziplib/BUILD3
-rwxr-xr-xarchive-libs/zziplib/DETAILS5
-rw-r--r--archive-libs/zziplib/HISTORY4
3 files changed, 10 insertions, 2 deletions
diff --git a/archive-libs/zziplib/BUILD b/archive-libs/zziplib/BUILD
new file mode 100755
index 0000000000..1432110c53
--- /dev/null
+++ b/archive-libs/zziplib/BUILD
@@ -0,0 +1,3 @@
+OPTS="--datadir=$INSTALL_ROOT/usr \
+ $OPTS" &&
+default_build
diff --git a/archive-libs/zziplib/DETAILS b/archive-libs/zziplib/DETAILS
index 8e1e4b77d8..4616a88861 100755
--- a/archive-libs/zziplib/DETAILS
+++ b/archive-libs/zziplib/DETAILS
@@ -4,10 +4,11 @@
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
- WEB_SITE=http://zziplib.sourceforge.net/
- ENTERED=20050309
+ PATCHLEVEL=1
LICENSE[0]=LGPL
+ WEB_SITE=http://zziplib.sourceforge.net/
KEYWORDS="archive libs"
+ ENTERED=20050309
SHORT="Library for read access on ZIP-archives"
cat << EOF
The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath.
diff --git a/archive-libs/zziplib/HISTORY b/archive-libs/zziplib/HISTORY
index a6781a2996..cace951d8d 100644
--- a/archive-libs/zziplib/HISTORY
+++ b/archive-libs/zziplib/HISTORY
@@ -1,3 +1,7 @@
+2008-01-06 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD: Fix datadir location (See Debian Bug #439395)
+
2007-09-05 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.13.49