summaryrefslogtreecommitdiff
path: root/community/libzen
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-19 00:01:09 +0000
committerroot <root@rshg054.dnsready.net>2012-03-19 00:01:09 +0000
commitde5b6982e42f4a1e8b0537cfbc1b676e2a81f195 (patch)
tree54a8758af5dc5a08f95d12f7fe04cec1d51024a6 /community/libzen
parentd14a25fc4f65ae3d6e62f4668e9cb88d74834255 (diff)
Mon Mar 19 00:01:09 UTC 2012
Diffstat (limited to 'community/libzen')
-rw-r--r--community/libzen/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/libzen/PKGBUILD b/community/libzen/PKGBUILD
index 4f4fd5d7f..fd77c2bba 100644
--- a/community/libzen/PKGBUILD
+++ b/community/libzen/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 58333 2011-11-11 19:01:15Z spupykin $
+# $Id: PKGBUILD 68076 2012-03-17 18:51:40Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: hydro <hydro@freenet.de>
pkgname=libzen
-pkgver=0.4.23
+pkgver=0.4.25
pkgrel=1
pkgdesc="shared library for libmediainfo and mediainfo"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('gcc-libs')
makedepends=('libtool' 'automake' 'autoconf')
options=('!libtool')
source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('00e622cf33eeb134a785463fbf49d227')
+md5sums=('f30a139d506170aeeb3bc47d15e10fae')
build() {
cd $srcdir/ZenLib/Project/GNU/Library
@@ -28,9 +28,9 @@ package() {
make DESTDIR=$pkgdir install
install -dm 755 $pkgdir/usr/include/ZenLib
install -m 644 $srcdir/ZenLib/Source/ZenLib/*.h $pkgdir/usr/include/ZenLib
- for i in Base64 HTTP_Client Format/Html Format/Http TinyXml; do
- install -dm 755 $pkgdir/usr/include/ZenLib/$i
- install -m 644 $srcdir/ZenLib/Source/ZenLib/$i/*.h $pkgdir/usr/include/ZenLib/$i
+ for i in HTTP_Client Format/Html Format/Http; do
+ install -dm0755 $pkgdir/usr/include/ZenLib/$i
+ install -m0644 $srcdir/ZenLib/Source/ZenLib/$i/*.h $pkgdir/usr/include/ZenLib/$i
done
install -dm 755 $pkgdir/usr/lib/pkgconfig
install -m 644 $srcdir/ZenLib/Project/GNU/Library/libzen.pc $pkgdir/usr/lib/pkgconfig