From 6ca29e0c62691c1f3120dda0f6b59dbb86cc9295 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Apr 2011 05:50:22 +0000 Subject: Mon Apr 18 05:50:22 UTC 2011 --- community/bonnie++/PKGBUILD | 27 +++++++++++++++++++++++++++ community/calibre/PKGBUILD | 6 +++--- community/cppcheck/PKGBUILD | 10 +++++----- community/ocaml-findlib/PKGBUILD | 18 +++++++++--------- community/pokerth/PKGBUILD | 4 ++-- community/texmaker/PKGBUILD | 4 ++-- community/widelands/PKGBUILD | 13 ++++++------- 7 files changed, 54 insertions(+), 28 deletions(-) create mode 100644 community/bonnie++/PKGBUILD (limited to 'community') diff --git a/community/bonnie++/PKGBUILD b/community/bonnie++/PKGBUILD new file mode 100644 index 000000000..55800b024 --- /dev/null +++ b/community/bonnie++/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: jelle van der Waa +# Contributor: eric +# Contributor: Tom Newsom + +pkgname=bonnie++ +pkgver=1.03e +pkgrel=4 +pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray" +arch=('i686' 'x86_64') +url="http://www.coker.com.au/bonnie++/" +license=('GPL') +depends=('perl') +source=(http://www.coker.com.au/bonnie++/$pkgname-$pkgver.tgz) +sha256sums=('cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + sed -i "s:CFLAGS=-O2 -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" Makefile + make +} + +package() { + cd ${pkgname}-${pkgver} + make prefix="${pkgdir}/usr" install +} + diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD index a8191d2fe..d22bafa0a 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 45092 2011-04-16 08:48:47Z giovanni $ +# $Id: PKGBUILD 45148 2011-04-17 18:17:05Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Petrov Roman # Contributor: Andrea Fagiani pkgname=calibre -pkgver=0.7.55 +pkgver=0.7.56 pkgrel=1 pkgdesc="Ebook management application" arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ optdepends=('ipython: to use calibre-debug') install=calibre.install source=(http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.gz desktop_integration.patch) -md5sums=('1da19a3ec6ae2de05e48de6133ba82fc' +md5sums=('83ed678bf0d0178093fd4cce5a94754e' 'bcc538a3b004429bf8f5a0ac1d89a37f') build() { diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index a6c343e21..f28482045 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 39750 2011-02-15 22:58:04Z stephane $ +# $Id: PKGBUILD 45163 2011-04-18 02:26:25Z stephane $ # Maintainer: Stéphane Gaudreault pkgname=cppcheck -pkgver=1.47 +pkgver=1.48 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64') -url="http://cppcheck.wiki.sourceforge.net" +url="http://cppcheck.wiki.sourceforge.net/" license=('GPL') -depends=('gcc-libs' 'pcre') +depends=('pcre') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('ab30d8968064d50d2e1022c749b0d7d10c8b65ae') +sha1sums=('10cf38034148b7cb258840febe620ba397114fd1') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/ocaml-findlib/PKGBUILD b/community/ocaml-findlib/PKGBUILD index 8cca5d565..5748d3f88 100644 --- a/community/ocaml-findlib/PKGBUILD +++ b/community/ocaml-findlib/PKGBUILD @@ -3,19 +3,19 @@ # Contributor: Benjamin Andresen # scj pkgname=ocaml-findlib -pkgver=1.2.6 -pkgrel=4 +pkgver=1.2.7 +pkgrel=1 license=('MIT') arch=('i686' 'x86_64') pkgdesc="Objective Caml (OCaml) package manager" url="http://projects.camlcity.org/projects/findlib.html" depends=('ocaml') -source=("http://download.camlcity.org/download/findlib-${pkgver}.tar.gz") -md5sums=('4924c8c3ef1208eb0fa9096c8b8bb72f') +source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz") +md5sums=('000bff723e8d3d727a7edd5b5901b540') options=('!strip' 'zipman') # otherwise the bytecode gets broken build() { - cd ${srcdir}/findlib-${pkgver} + cd $srcdir/findlib-$pkgver ./configure\ -config /etc/findlib.conf \ -sitelib /usr/lib/ocaml \ @@ -24,13 +24,13 @@ build() { } package () { - cd ${srcdir}/findlib-${pkgver} - make prefix=${pkgdir} install + cd $srcdir/findlib-$pkgver + make prefix=$pkgdir install # Add the old site-lib to the path to maintain compatability with old style # packages. sed -i 's/path=\"\/usr\/lib\/ocaml\"/path="\/usr\/lib\/ocaml:\/usr\/lib\/ocaml\/site-lib"/' ${pkgdir}/etc/findlib.conf - install -m755 src/findlib/ocamlfind_opt "${pkgdir}/usr/bin/" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD index f320b353c..c605b8ddc 100644 --- a/community/pokerth/PKGBUILD +++ b/community/pokerth/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 41001 2011-03-03 04:26:22Z tdziedzic $ +# $Id: PKGBUILD 45135 2011-04-17 08:17:41Z tdziedzic $ # Maintainer: Mateusz Herych # Contributor: Vasco Costa pkgname=pokerth _realname=PokerTH pkgver=0.8.3 -pkgrel=2 +pkgrel=3 pkgdesc="Poker game written in C++/QT4" arch=('i686' 'x86_64') url="http://www.pokerth.net/" diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD index 0b3df6f7a..bf7469df0 100644 --- a/community/texmaker/PKGBUILD +++ b/community/texmaker/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Paulo Matias pkgname=texmaker -pkgver=3.0 +pkgver=3.0.1 pkgrel=1 pkgdesc='Free cross-platform latex editor' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.xm1math.net/texmaker/index.html" license=('GPL') depends=('poppler-qt' 'ghostscript') source=("http://www.xm1math.net/texmaker/${pkgname}-${pkgver}.tar.bz2") -md5sums=('d2802c093906b62c455ccc7944106da3') +md5sums=('0e96cbd3e8171363c2858fbe96eb1baa') build() { cd ${pkgname}-${pkgver} diff --git a/community/widelands/PKGBUILD b/community/widelands/PKGBUILD index 31b9a3139..e308f27bd 100644 --- a/community/widelands/PKGBUILD +++ b/community/widelands/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 44278 2011-04-05 06:00:24Z svenstaro $ +# $Id: PKGBUILD 45158 2011-04-18 00:22:21Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: Arkham # Contributor: Christoph Zeiler pkgname=widelands -pkgver=16rc1 -_realver=build16-rc1 -_brokenver=build16-rc2 # How could they fuck this up!? +pkgver=16 +_realver=build16 pkgrel=1 pkgdesc="A realtime strategy game with emphasis on economy and transport" arch=('i686' 'x86_64') @@ -18,13 +17,13 @@ source=(http://launchpad.net/$pkgname/build16/$_realver/+download/$pkgname-$_rea $pkgname.desktop $pkgname.png $pkgname.sh) -md5sums=('dde77c66156ad522877616df165d5c6a' +md5sums=('3d8c28e145b73c64d8ed1625319d25a2' '15820bf099fd6f16251fe70a75c534bb' '3dfda7e9ca76ca00dd98d745d0ceb328' '7cae50aba5ed0cd2cfeea79124637b46') build() { - cd $srcdir/$pkgname-$_brokenver-src + cd $srcdir/$pkgname-$_realver-src mkdir -p build/compile && cd build/compile @@ -37,7 +36,7 @@ build() { } package() { - cd $srcdir/$pkgname-$_brokenver-src/build/compile + cd $srcdir/$pkgname-$_realver-src/build/compile make DESTDIR="$pkgdir" install -- cgit v1.2.3-54-g00ecf