diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/lksctp-tools/PKGBUILD | 28 | ||||
-rw-r--r-- | community/qlandkartegt/PKGBUILD | 6 | ||||
-rw-r--r-- | community/qlandkartegt/qlandkartegt.changelog | 3 | ||||
-rw-r--r-- | community/spring/PKGBUILD | 10 |
4 files changed, 39 insertions, 8 deletions
diff --git a/community/lksctp-tools/PKGBUILD b/community/lksctp-tools/PKGBUILD new file mode 100644 index 000000000..7751723cb --- /dev/null +++ b/community/lksctp-tools/PKGBUILD @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> +# Contributer: Nicolas Martyanoff <khaelin@gmail.com> + +pkgname=lksctp-tools +pkgver=1.0.11 +pkgrel=1 +pkgdesc='An implementation of the SCTP protocol' +arch=('i686' 'x86_64') +url='http://lksctp.sourceforge.net/' +license=('GPL2') +depends=('bash') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/lksctp/$pkgname-$pkgver.tar.gz") +md5sums=('e9cf6c57402c9d4f1173a9529466e16d') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/qlandkartegt/PKGBUILD b/community/qlandkartegt/PKGBUILD index 7d54749c1..2343557fc 100644 --- a/community/qlandkartegt/PKGBUILD +++ b/community/qlandkartegt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 65686 2012-02-21 21:35:35Z jlichtblau $ +# $Id: PKGBUILD 67301 2012-03-07 23:39:56Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Matthias Maennich <arch@maennich.net> # Contributor: <boenki@gmx.de> pkgname=qlandkartegt -pkgver=1.3.2 +pkgver=1.4.0 pkgrel=1 pkgdesc="Use your GPS with Linux" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz $pkgname-mimetypes.xml) -sha256sums=('336ccb32b647283a0a49eb638571be8397332846a507490793f413a7af29adee' +sha256sums=('7ad2890d0e8192ffca4ae3d6973c885f1cb1f3391c133792e8a3359986f91289' 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') build() { diff --git a/community/qlandkartegt/qlandkartegt.changelog b/community/qlandkartegt/qlandkartegt.changelog index b3ce7e16b..43dea3dcb 100644 --- a/community/qlandkartegt/qlandkartegt.changelog +++ b/community/qlandkartegt/qlandkartegt.changelog @@ -1,3 +1,6 @@ +2012-03-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qlandkartegt 1.4.0-1 + 2012-02-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * qlandkartegt 1.3.2-1 diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD index a687842fd..a11c8894c 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 67214 2012-03-05 08:59:41Z ibiru $ +# $Id: PKGBUILD 67291 2012-03-07 16:02:37Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arkham <arkham at archlinux dot us> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> pkgname=spring -pkgver=0.86.0 -_pkgver=86.0 -pkgrel=2 +pkgver=0.87.0 +_pkgver=87.0 +pkgrel=1 pkgdesc='A free 3D real-time-strategy (RTS) game engine' arch=('i686' 'x86_64') url="http://springrts.com/" @@ -17,7 +17,7 @@ makedepends=('boost' 'cmake' 'zip' 'lzma-utils' 'p7zip' 'python2' 'java-environm optdepends=('python2: python-based bots' 'java-runtime: java-based bots') source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma) -md5sums=('047511adf2e4cd711df61d556367e7af') +md5sums=('8dc5bfbd95a8fbfc41a07808438fa1aa') build() { bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma |