lbreakout2: update to 2.6.2.
This commit is contained in:
parent
a5535308fd
commit
ff07c40f6f
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'lbreakout2'
|
# Template file for 'lbreakout2'
|
||||||
pkgname=lbreakout2
|
pkgname=lbreakout2
|
||||||
version=2.6.1
|
version=2.6.2
|
||||||
revision=1
|
|
||||||
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
|
||||||
|
@ -9,7 +8,7 @@ configure_args="--disable-rpath --enable-sdl-net
|
||||||
make_install_args="doc_dir=/usr/share/doc"
|
make_install_args="doc_dir=/usr/share/doc"
|
||||||
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=0d86f9da3da5fe3eaa5bb4c9d15ba9666e0c35e739b93c220eecd16f729500cb
|
checksum=3f58eb2dc657572a22103c836277e653d47bf22453355ee1e3b531a72579d616
|
||||||
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
|
||||||
|
@ -35,7 +34,7 @@ Add_dependency build SDL_net-devel
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
install -Dm755 ${FILESDIR}/lbreakout2.desktop \
|
install -Dm755 ${FILESDIR}/lbreakout2.desktop \
|
||||||
${DESTDIR}/usr/share/applications/lbreakout2.desktop || return 1
|
${DESTDIR}/usr/share/applications/lbreakout2.desktop
|
||||||
install -Dm755 ${FILESDIR}/lbreakout2.png \
|
install -Dm755 ${FILESDIR}/lbreakout2.png \
|
||||||
${DESTDIR}/usr/share/pixmaps/lbreakout2.png || return 1
|
${DESTDIR}/usr/share/pixmaps/lbreakout2.png
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue