2012-02-25 07:49:54 +08:00
|
|
|
#
|
|
|
|
# Games Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
|
|
|
|
|
|
|
pkgname=hummstrumm
|
2012-07-11 03:38:49 +08:00
|
|
|
pkgver=0.6.1
|
|
|
|
_pkgver=0.6
|
2012-02-25 07:49:54 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="A 3D adventure game in which two players set out to stop the evil Dr. Geoff from taking over the world."
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://hummstrumm.blogspot.com/"
|
|
|
|
screenshot="https://lh6.googleusercontent.com/-oa0ajQj51WY/S6Dx2iKb7nI/AAAAAAAAAXc/nsL2eJw2r4k/d/splitscreen-ui-concept.png"
|
|
|
|
license=('GPL3' 'CCPL-by-sa')
|
|
|
|
depends=(freetype2 ftgl libjpeg libpng libtheora libvorbis libxrandr mesa openal zlib)
|
|
|
|
makedepends=(cmake doxygen)
|
2012-03-07 19:00:46 +08:00
|
|
|
categories=('games')
|
2012-02-25 07:49:54 +08:00
|
|
|
source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
|
2012-07-11 03:38:49 +08:00
|
|
|
md5sums=('e6d548885bea4457d478664ae7bf523e')
|
2012-02-25 07:49:54 +08:00
|
|
|
|
|
|
|
build() {
|
2012-07-11 03:38:49 +08:00
|
|
|
cd $srcdir/$pkgname-$_pkgver
|
2012-05-18 19:21:20 +08:00
|
|
|
CXXFLAGS="" \
|
2012-02-25 07:49:54 +08:00
|
|
|
cmake \
|
2012-05-18 19:21:20 +08:00
|
|
|
-G "Unix Makefiles" \
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr
|
2012-02-25 07:49:54 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2012-07-11 03:38:49 +08:00
|
|
|
cd $srcdir/$pkgname-$_pkgver
|
2012-05-18 19:28:19 +08:00
|
|
|
make DESTDIR=$pkgdir install
|
2012-02-25 07:49:54 +08:00
|
|
|
}
|