summaryrefslogtreecommitdiff
path: root/community/libzen
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-04 23:14:30 +0000
committerroot <root@rshg054.dnsready.net>2011-10-04 23:14:30 +0000
commit3567a49f79d2dbf828b723ab54982fa6c7ea1c80 (patch)
tree15fc309d3681df4da7a56189050fd5aa16fa9794 /community/libzen
parent57d05f7209f022aa99a8850aafbeec4cb85c3b5b (diff)
Tue Oct 4 23:14:30 UTC 2011
Diffstat (limited to 'community/libzen')
-rw-r--r--community/libzen/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/libzen/PKGBUILD b/community/libzen/PKGBUILD
index 26c4a07da..39097ffc6 100644
--- a/community/libzen/PKGBUILD
+++ b/community/libzen/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 50993 2011-07-04 11:24:03Z spupykin $
+# $Id: PKGBUILD 56229 2011-10-03 15:41:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: hydro <hydro@freenet.de>
pkgname=libzen
-pkgver=0.4.20
+pkgver=0.4.22
pkgrel=1
pkgdesc="shared library for libmediainfo and mediainfo"
arch=('i686' 'x86_64')
@@ -13,14 +13,13 @@ depends=('gcc-libs')
makedepends=('libtool' 'automake' 'autoconf')
options=('!libtool')
source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('8211cc2ca8500c6af14600363be064d5')
+md5sums=('f44a39e783ceafe71cd3e7dde8a81e22')
build() {
cd $srcdir/ZenLib/Project/GNU/Library
- sh ./autogen
- ./configure --prefix=/usr --enable-shared
+ [ -x configure ] || sh ./autogen
+ [ -f Makefile ] || ./configure --prefix=/usr --enable-shared
make clean
- sed -i '1,1i#include <stdlib.h>' ../../../Source/ZenLib/Thread.h
make
}