diff options
author | root <root@rshg047.dnsready.net> | 2011-05-10 22:33:36 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-10 22:33:36 +0000 |
commit | 01b47af6474ac094ec199c7d75208874f8842d87 (patch) | |
tree | 44a048d09e5233a98d35c660e67be2a818832a56 /community | |
parent | bbb460f85242e6ac03f47b74b9d0be66ff089ac4 (diff) |
Tue May 10 22:33:36 UTC 2011
Diffstat (limited to 'community')
-rw-r--r-- | community/camlp5-transitional/PKGBUILD | 16 | ||||
-rw-r--r-- | community/camlp5/PKGBUILD | 16 | ||||
-rw-r--r-- | community/coq/PKGBUILD | 7 | ||||
-rw-r--r-- | community/jshon/PKGBUILD | 24 | ||||
-rw-r--r-- | community/ogre/PKGBUILD | 28 | ||||
-rw-r--r-- | community/springlobby/PKGBUILD | 6 |
6 files changed, 71 insertions, 26 deletions
diff --git a/community/camlp5-transitional/PKGBUILD b/community/camlp5-transitional/PKGBUILD index 270fd8a97..b027132fc 100644 --- a/community/camlp5-transitional/PKGBUILD +++ b/community/camlp5-transitional/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Massimiliano Brocchini <brocchini@netseven.it> pkgname=camlp5-transitional -pkgver=6.02.0 +pkgver=6.02.2 pkgrel=1 pkgdesc='Camlp5 is a preprocessor-pretty-printer of OCaml.' arch=('i686' 'x86_64') @@ -12,13 +12,23 @@ license=('BSD') depends=('sh') makedepends=('ocaml') conflicts=('camlp5') -source=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-${pkgver}.tgz") -md5sums=('78ee9ea1b4f8e05af3f85fcbe14a7379') options=('!makeflags') +source=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-${pkgver}.tgz" + 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.02.2-1' + 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.02.2-2' + 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.02.2-3') +md5sums=('b495bf26355451186c6725ee01add0da' + '3acab547f3c0acb3c09d1d707e6c5ee3' + '2e911c01e7da967bf68deee13e9712c8' + '6fa59ec7c684919b6c8e2eb2bcabcf93') build() { cd camlp5-${pkgver} + patch -Np0 -i ${srcdir}/patch-6.02.2-1 + patch -Np0 -i ${srcdir}/patch-6.02.2-2 + patch -Np0 -i ${srcdir}/patch-6.02.2-3 + ./configure \ -prefix '/usr' \ -mandir '/usr/share/man' \ diff --git a/community/camlp5/PKGBUILD b/community/camlp5/PKGBUILD index 53a221f3a..6c2216d1a 100644 --- a/community/camlp5/PKGBUILD +++ b/community/camlp5/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Nathan Owe <ndowens.aur at gmail dot com> pkgname=camlp5 -pkgver=6.02.0 +pkgver=6.02.2 pkgrel=1 pkgdesc='A preprocessor-pretty-printer of OCaml.' arch=('i686' 'x86_64') @@ -11,13 +11,23 @@ license=('BSD') depends=('sh') makedepends=('ocaml') conflicts=('camlp5-transitional') -source=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${pkgname}-${pkgver}.tgz") -md5sums=('78ee9ea1b4f8e05af3f85fcbe14a7379') options=('!makeflags') +source=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${pkgname}-${pkgver}.tgz" + 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.02.2-1' + 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.02.2-2' + 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.02.2-3') +md5sums=('b495bf26355451186c6725ee01add0da' + '3acab547f3c0acb3c09d1d707e6c5ee3' + '2e911c01e7da967bf68deee13e9712c8' + '6fa59ec7c684919b6c8e2eb2bcabcf93') build() { cd ${pkgname}-${pkgver} + patch -Np0 -i ${srcdir}/patch-6.02.2-1 + patch -Np0 -i ${srcdir}/patch-6.02.2-2 + patch -Np0 -i ${srcdir}/patch-6.02.2-3 + ./configure \ -prefix '/usr' \ -mandir '/usr/share/man' \ diff --git a/community/coq/PKGBUILD b/community/coq/PKGBUILD index 35138b391..4c236d0d8 100644 --- a/community/coq/PKGBUILD +++ b/community/coq/PKGBUILD @@ -2,17 +2,16 @@ # Contributor: George Giorgidze <giorgidze@gmail.com> pkgname=coq -pkgver=8.3pl1 -pkgrel=2 +pkgver=8.3pl2 +pkgrel=1 pkgdesc='Formal proof management system.' arch=('i686' 'x86_64') url='http://coq.inria.fr/' license=('GPL') depends=('gtk2') makedepends=('ocaml' 'lablgtk2' 'camlp5-transitional' 'netpbm' 'hevea') -options=('force') source=("http://coq.inria.fr/distrib/V${pkgver}/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('1869d22b337f5da59ba3bbe1433f9a3b') +md5sums=('db415f6c5372f5a443699c62f5affcb4') build() { cd ${pkgname}-${pkgver} diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD new file mode 100644 index 000000000..646bd1f23 --- /dev/null +++ b/community/jshon/PKGBUILD @@ -0,0 +1,24 @@ +# Maintainer: Kyle Keen <keenerd@gmail.com> +pkgname=jshon +pkgver=20110306 +pkgrel=1 +pkgdesc="A json parser for the shell." +arch=('i686' 'x86_64') +url="http://kmkeen.com/jshon/" +license=('MIT') +depends=('jansson') +makedepends=() +optdepends=() +source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('a047a6281147956a9422a25fdd97adf3') + +build() { + cd "$srcdir/$pkgname" + make +} + +package() { + cd "$srcdir/$pkgname" + install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname" + install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1" +} diff --git a/community/ogre/PKGBUILD b/community/ogre/PKGBUILD index 1ad80ba86..9efa8a699 100644 --- a/community/ogre/PKGBUILD +++ b/community/ogre/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 40996 2011-03-03 04:00:57Z svenstaro $ +# $Id: PKGBUILD 46578 2011-05-09 16:26:46Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgbase=ogre pkgname=('ogre' 'ogre-docs') -pkgver=1.7.2 -pkgrel=5 +pkgver=1.7.3 +pkgrel=1 pkgdesc="A scene-oriented, flexible 3D engine written in C++" arch=('i686' 'x86_64') url='http://www.ogre3d.org' @@ -13,10 +13,11 @@ depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu') optdepends=('cppunit: unit testing' 'intel-tbb: better threading support' - 'poco: portability') + 'poco: portability' + 'boost: for developing using ogre') install=ogre.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_src_v${pkgver//./-}.tar.bz2") -md5sums=('dd6574b8d906a74950c1e05633b2e96f') +md5sums=('7a85d3b8f0d64debd186e48ebe9556aa') build() { cd ${srcdir}/${pkgname}_src_v${pkgver//./-} @@ -28,13 +29,13 @@ build() { # generate CMake Makefile cmake .. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DOGRE_INSTALL_PLUGINS_HEADERS=TRUE \ - -DOGRE_INSTALL_SAMPLES=TRUE \ - -DOGRE_INSTALL_DOCS=TRUE \ - -DOGRE_INSTALL_MEDIA=TRUE \ - -DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \ - -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version + -DCMAKE_INSTALL_PREFIX=/usr \ + -DOGRE_INSTALL_PLUGINS_HEADERS=TRUE \ + -DOGRE_INSTALL_SAMPLES=TRUE \ + -DOGRE_INSTALL_DOCS=TRUE \ + -DOGRE_INSTALL_MEDIA=TRUE \ + -DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \ + -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version # compile make @@ -73,7 +74,8 @@ package_ogre() { package_ogre-docs() { pkgdesc="Documentation for ogre" depends=() - cd ${srcdir}/${pkgname}_src_v${pkgver//./-}/build + + cd ${srcdir}/${pkgbase}_src_v${pkgver//./-}/build # move docs into this package install -dm755 ${pkgdir}/usr/share/doc diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index a3c160b88..9aaa521f3 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46111 2011-05-03 18:11:02Z svenstaro $ +# $Id: PKGBUILD 46590 2011-05-09 22:11:42Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby -pkgver=0.130 +pkgver=0.131 pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('boost' 'asio' 'cmake') source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2 springlobby.desktop springlobby.png) -md5sums=('b876b3fd98c73db816ed0d677117d39a' +md5sums=('ea25f376a3fc48e3f3ff4de6d6637b5d' '45f8b59d033931d02e734fe3bd7777dd' '1f388187539aeb0358b51995e26ed890') |