void-packages/srcpkgs/crack-attack/template
Ypnose b375948933 crack-attack: rework the entire template. It's much more cleaner
The music should be included in another pkg. And we need to fix cross-compilation.
(It's required to fix the guys from this project too...)
2014-07-09 00:27:15 +02:00

21 lines
797 B
Text

# Template file for 'crack-attack'
pkgname=crack-attack
version=1.1.14
revision=2
build_style=gnu-configure
configure_args="--enable-sound=yes"
hostmakedepends="pkg-config"
makedepends="gtk+-devel SDL_mixer-devel libfreeglut-devel libXmu-devel libGL
atk-devel gdk-pixbuf-devel libstdc++-devel SDL-devel"
only_for_archs="x86_64"
short_desc="Tetris Attack clone"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://www.nongnu.org/crack-attack/"
distfiles="http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="75ca48e5cf7d49a301d0d6a4f61bf38c2d30308a1d4f7adacdab002c549253e9"
post_install() {
vinstall data/crack-attack.desktop 644 usr/share/applications
vinstall data/crack-attack.xpm 644 usr/share/pixmaps
}