vice: update to 2.4.24.

This commit is contained in:
Juan RP 2015-12-18 15:18:29 +01:00
parent 46c0baa978
commit 1a5f23265d

View File

@ -1,6 +1,6 @@
# Template file for 'vice'
pkgname=vice
version=2.4.23
version=2.4.24
revision=1
build_style=gnu-configure
configure_args="--enable-sdlui $(vopt_with pulseaudio pulse)"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://vice-emu.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz"
checksum=89f5b7357d0cc812057b2326b19933ff4806f49b6ee7d0f4a54a6ee0d5aaf478
checksum=24e37b4fa268d6034517e41f1802a311af35a5c3a31059c84b6c53e33d5cb59d
# Package build options
build_options="pulseaudio"
@ -21,4 +21,6 @@ build_options_default="pulseaudio"
pre_configure() {
# Do not install data to /usr/lib64
sed -i 's:VICEDIR=.*:VICEDIR="$PREFIX/share/vice":g' configure
# __u_char is not portable...
sed -i 's,__u_char,unsigned char,g' src/*.[ch]
}