20 lines
724 B
Bash
20 lines
724 B
Bash
# Template file for 'lbreakout2'
|
|
pkgname=lbreakout2
|
|
version=2.6.5
|
|
revision=1
|
|
build_pie=yes
|
|
build_style=gnu-configure
|
|
configure_args="--enable-sdl-net --localstatedir=/var/games/$pkgname"
|
|
make_install_args="doc_dir=/usr/share/doc"
|
|
makedepends="zlib-devel libpng-devel SDL_mixer-devel SDL_net-devel"
|
|
short_desc="Breakout-style arcade game"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://lgames.sourceforge.net"
|
|
license="GPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/lgames/$pkgname-$version.tar.gz"
|
|
checksum=9104d6175553da3442dc6a5fc407a669e2f5aff3eedc5d30409eb003b7a78d6f
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/lbreakout2.desktop 644 usr/share/applications
|
|
vinstall ${FILESDIR}/lbreakout2.png 644 usr/share/pixmaps
|
|
}
|