lbreakout2: update to 2.6.3.

This commit is contained in:
Juan RP 2012-06-04 09:53:54 +02:00
parent b520b98677
commit 9ae6076228
2 changed files with 12 additions and 9 deletions
srcpkgs/lbreakout2

View file

@ -0,0 +1,7 @@
libSDL_net-1.2.so.0
libm.so.6
libSDL-1.2.so.0
libc.so.6
libSDL_mixer-1.2.so.0
libpng14.so.14
libpthread.so.0

View file

@ -1,17 +1,15 @@
# Template file for 'lbreakout2' # Template file for 'lbreakout2'
pkgname=lbreakout2 pkgname=lbreakout2
version=2.6.2 version=2.6.3
distfiles="${SOURCEFORGE_SITE}/lgames/$pkgname-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/lgames/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-rpath --enable-sdl-net configure_args="--disable-rpath --enable-sdl-net --localstatedir=/var/games/$pkgname"
/games/$pkgname"
make_install_args="doc_dir=/usr/share/doc" make_install_args="doc_dir=/usr/share/doc"
depends="glibc zlib libpng SDL SDL_mixer SDL_net" akedepends="zlib-devel libpng-devel SDL-devel SDL_mixer-devel SDL_net-devel"
makedepends="zlib-devel libpng-devel SDL-devel SDL_mixer-devel SDL_net-devel"
revision=1 revision=1
short_desc="Breakout-style arcade game" short_desc="Breakout-style arcade game"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3f58eb2dc657572a22103c836277e653d47bf22453355ee1e3b531a72579d616 checksum=85a1364510535d8e066b9a25466c667c3da32463e03daf4c998f117afbddef0e
long_desc=" long_desc="
The polished successor to LBreakout offers you a new challenge in more The polished successor to LBreakout offers you a new challenge in more
than 50 levels with loads of new bonuses (goldshower, joker, explosive than 50 levels with loads of new bonuses (goldshower, joker, explosive
@ -22,9 +20,7 @@ long_desc="
And if you're through with all the levels you can create complete new And if you're through with all the levels you can create complete new
levelsets with the integrated easy-to-use level editor!" levelsets with the integrated easy-to-use level editor!"
post_install() {
post_install()
{
install -Dm755 ${FILESDIR}/lbreakout2.desktop \ install -Dm755 ${FILESDIR}/lbreakout2.desktop \
${DESTDIR}/usr/share/applications/lbreakout2.desktop ${DESTDIR}/usr/share/applications/lbreakout2.desktop
install -Dm755 ${FILESDIR}/lbreakout2.png \ install -Dm755 ${FILESDIR}/lbreakout2.png \