desktop/dccnitghtmare/PKGBUILD

40 lines
1.1 KiB
Bash
Raw Normal View History

#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname=dccnitghtmare
pkgver=0.8
pkgrel=2
pkgdesc="A sarcastic 3D single player RPG set in a post-apocalyptical world."
arch=('i686' 'x86_64')
url="http://dnt.dnteam.org/"
license=('custom:code:GPL' 'custom:media:GPL, CC:BY-SA or Public Domain' )
depends=('cal3d' 'mesa' 'libgl' 'libvorbis' 'openal' 'sdl' 'sdl_image' 'sdl_ttf')
2012-03-07 19:00:46 +08:00
categories=('games')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
"http://aur.archlinux.org/packages/dc/dccnitghtmare/dccnitghtmare.tar.gz")
md5sums=('fd015add7670b99ef1e0761544e90d40')
build() {
cd $srcdir/$pkgname
./configure \
--prefix=/usr
make \
LDFLAGS=""
}
package() {
cd $srcdir/$pkgname
mkdir -p $pkgdir/usr/bin
make prefix=$pkgdir/usr install
# Desktop Integration.
install -Dm644 $srcdir/$pkgname/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
}
md5sums=('ee17b8cce3e2b295857fc249eb21ce4a'
'487350a03a0cfb26cbdf22cb1329e0bd')