dosbox: rebuild against libpng-1.6.
This commit is contained in:
parent
89c8dee83b
commit
c79e4d8fb1
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'dosbox'
|
||||
pkgname=dosbox
|
||||
version=0.74
|
||||
revision=2
|
||||
revision=3
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -33,6 +33,6 @@ post_install() {
|
|||
|
||||
dosbox_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue