From 16e845de1bbf76ab48a02bfaa21730f45e6afaaa Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Feb 2012 23:15:14 +0000 Subject: Mon Feb 13 23:15:14 UTC 2012 --- community/commoncpp2/PKGBUILD | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'community/commoncpp2/PKGBUILD') diff --git a/community/commoncpp2/PKGBUILD b/community/commoncpp2/PKGBUILD index 411a1d3f2..806cc23a9 100644 --- a/community/commoncpp2/PKGBUILD +++ b/community/commoncpp2/PKGBUILD @@ -1,36 +1,38 @@ -# $Id: PKGBUILD 32643 2010-11-16 09:56:02Z spupykin $ +# $Id: PKGBUILD 64380 2012-02-12 11:04:24Z arodseth $ # Maintainer: Sergej Pupykin -# Mantainer: Franco Tortoriello +# Contributor: Franco Tortoriello # Contributor: Andrea Scarpino # Contributor: Jeff Mickey # Contributor: John Proctor +# Contributor: Alexander Rødseth pkgname=commoncpp2 pkgver=1.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="GNU Common C++ 2" -arch=('i686' 'x86_64') +arch=('x86_64' 'i686') url='http://www.gnu.org/software/commoncpp/' license=('GPL' 'custom') depends=('gcc-libs' 'zlib' 'sh') options=('!libtool' '!makeflags') -source=("http://ftp.gnu.org/pub/gnu/commoncpp/${pkgname}-${pkgver}.tar.gz") -md5sums=('4804b184e609154ba2bc0aa9f61dc6ef') -md5sums=('4804b184e609154ba2bc0aa9f61dc6ef') +install=$pkgname.install +source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz") +sha256sums=('53ced4aff74e28a1d8018eb2b4974519028db3c12471ab6dff1c873578c9af4e') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "$srcdir/$pkgname-$pkgver" + sed -i -e '50 a\#include ' inc/cc++/applog.h - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/share/man make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - - gzip -9 ${pkgdir}/usr/share/info/commoncpp2.info - rm ${pkgdir}/usr/share/info/dir + cd "$srcdir/$pkgname-$pkgver" - install -D -m644 COPYING.addendum ${pkgdir}/usr/share/licenses/$pkgname/LICENSE + make DESTDIR="$pkgdir" install + install -Dm644 COPYING.addendum \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf