summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Gloßner <viper@hometux.de>2007-02-17 12:27:06 +0100
committerSimon Gloßner <viper@hometux.de>2007-02-17 12:27:06 +0100
commit4f1ffdfef9f766ce1edd9e319fd37903657dae95 (patch)
treef24e67b0dd4bd0def6da40020d1e9b044d4452c1
parent8b8b775b3de9ffb4e270c74e214f31a5e4306a53 (diff)
downloadcontrib-4f1ffdfef9f766ce1edd9e319fd37903657dae95.tar.gz
contrib-4f1ffdfef9f766ce1edd9e319fd37903657dae95.tar.xz
ktoblzcheck: upgraded to 1.13
-rw-r--r--ktoblzcheck/.footprint6
-rw-r--r--ktoblzcheck/.md5sum2
-rw-r--r--ktoblzcheck/Pkgfile6
3 files changed, 8 insertions, 6 deletions
diff --git a/ktoblzcheck/.footprint b/ktoblzcheck/.footprint
index 2b49ef8a4..5fdb0eb74 100644
--- a/ktoblzcheck/.footprint
+++ b/ktoblzcheck/.footprint
@@ -6,9 +6,9 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/ktoblzcheck.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libktoblzcheck.la
-lrwxrwxrwx root/root usr/lib/libktoblzcheck.so -> libktoblzcheck.so.1.3.0
-lrwxrwxrwx root/root usr/lib/libktoblzcheck.so.1 -> libktoblzcheck.so.1.3.0
--rwxr-xr-x root/root usr/lib/libktoblzcheck.so.1.3.0
+lrwxrwxrwx root/root usr/lib/libktoblzcheck.so -> libktoblzcheck.so.1.4.0
+lrwxrwxrwx root/root usr/lib/libktoblzcheck.so.1 -> libktoblzcheck.so.1.4.0
+-rwxr-xr-x root/root usr/lib/libktoblzcheck.so.1.4.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/ktoblzcheck.pc
drwxr-xr-x root/root usr/lib/python2.4/
diff --git a/ktoblzcheck/.md5sum b/ktoblzcheck/.md5sum
index 430af568e..d837afef1 100644
--- a/ktoblzcheck/.md5sum
+++ b/ktoblzcheck/.md5sum
@@ -1 +1 @@
-1337e4b7831b71047433c84ace47ed22 ktoblzcheck-1.12.tar.gz
+897e1e7984c1324c619c5adce7d88c04 ktoblzcheck-1.13.tar.gz
diff --git a/ktoblzcheck/Pkgfile b/ktoblzcheck/Pkgfile
index 445fa0540..9f5f86974 100644
--- a/ktoblzcheck/Pkgfile
+++ b/ktoblzcheck/Pkgfile
@@ -3,14 +3,16 @@
# Maintainer: Simon Gloßner, viper at hometux dot de
name=ktoblzcheck
-version=1.12
+version=1.13
release=1
source=(http://dl.sourceforge.net/${name}/${name}-${version}.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man
make
make DESTDIR=$PKG install
}

Generated by cgit