dosbox: rebuild against libpng-1.6.

This commit is contained in:
Juan RP 2013-04-30 11:51:08 +02:00
parent 89c8dee83b
commit c79e4d8fb1
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'dosbox' # Template file for 'dosbox'
pkgname=dosbox pkgname=dosbox
version=0.74 version=0.74
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config SDL-devel libpng-devel SDL_net-devel SDL_sound-devel" makedepends="pkg-config libpng-devel>=1.6 SDL-devel SDL_net-devel SDL_sound-devel"
short_desc="x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS" short_desc="x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
@ -33,6 +33,6 @@ post_install() {
dosbox_package() { dosbox_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }