diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/rocksndiamonds/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/rocksndiamonds/PKGBUILD')
-rw-r--r-- | community/rocksndiamonds/PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/community/rocksndiamonds/PKGBUILD b/community/rocksndiamonds/PKGBUILD index b7a265456..ab4ed1842 100644 --- a/community/rocksndiamonds/PKGBUILD +++ b/community/rocksndiamonds/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 78773 2012-10-24 12:38:16Z spupykin $ +# $Id: PKGBUILD 101193 2013-11-19 11:01:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jacek Poplawski <jacekpoplawski@gmail.com> pkgname=rocksndiamonds -pkgver=3.3.0.1 -pkgrel=3 +pkgver=3.3.1.1 +pkgrel=2 pkgdesc="game similiar to Boulderdash with lots of levels" arch=(i686 x86_64) url="http://www.artsoft.org/rocksndiamonds/" @@ -13,17 +13,19 @@ depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg') makedepends=('unzip' 'p7zip') source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz rocksndiamonds.desktop) -md5sums=('813ced99d54f89db7c593c518d197d18' +md5sums=('d897ddfb1b14123240a6dbc207ca27ee' '18a3541db4d71feb0ad3b50ea4006738') build() { - depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data') - cd $srcdir - - # main cd $srcdir/rocksndiamonds-$pkgver make clean make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds +} + +package() { + depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data') + + cd $srcdir/rocksndiamonds-$pkgver install -d $pkgdir/usr/bin install -d $pkgdir/usr/share/man/man1 |