mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
lbreakout2: rebuild against libpng-1.5.
This commit is contained in:
parent
89fa8e69a9
commit
d5a34ec0b3
2 changed files with 3 additions and 3 deletions
|
@ -3,5 +3,5 @@ libm.so.6
|
||||||
libSDL-1.2.so.0
|
libSDL-1.2.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libSDL_mixer-1.2.so.0
|
libSDL_mixer-1.2.so.0
|
||||||
libpng14.so.14
|
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
|
libpng15.so.15
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'lbreakout2'
|
# Template file for 'lbreakout2'
|
||||||
pkgname=lbreakout2
|
pkgname=lbreakout2
|
||||||
version=2.6.3
|
version=2.6.3
|
||||||
|
revision=2
|
||||||
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 --localstatedir=/var/games/$pkgname"
|
configure_args="--disable-rpath --enable-sdl-net --localstatedir=/var/games/$pkgname"
|
||||||
make_install_args="doc_dir=/usr/share/doc"
|
make_install_args="doc_dir=/usr/share/doc"
|
||||||
akedepends="zlib-devel libpng-devel SDL-devel SDL_mixer-devel SDL_net-devel"
|
makedepends="zlib-devel libpng-devel>=1.5.10 SDL-devel SDL_mixer-devel SDL_net-devel"
|
||||||
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=85a1364510535d8e066b9a25466c667c3da32463e03daf4c998f117afbddef0e
|
checksum=85a1364510535d8e066b9a25466c667c3da32463e03daf4c998f117afbddef0e
|
||||||
|
|
Loading…
Add table
Reference in a new issue