mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
vice: update to 2.4.24.
This commit is contained in:
parent
46c0baa978
commit
1a5f23265d
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vice'
|
# Template file for 'vice'
|
||||||
pkgname=vice
|
pkgname=vice
|
||||||
version=2.4.23
|
version=2.4.24
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sdlui $(vopt_with pulseaudio pulse)"
|
configure_args="--enable-sdlui $(vopt_with pulseaudio pulse)"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://vice-emu.sourceforge.net/"
|
homepage="http://vice-emu.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz"
|
||||||
checksum=89f5b7357d0cc812057b2326b19933ff4806f49b6ee7d0f4a54a6ee0d5aaf478
|
checksum=24e37b4fa268d6034517e41f1802a311af35a5c3a31059c84b6c53e33d5cb59d
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="pulseaudio"
|
build_options="pulseaudio"
|
||||||
|
@ -21,4 +21,6 @@ build_options_default="pulseaudio"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Do not install data to /usr/lib64
|
# Do not install data to /usr/lib64
|
||||||
sed -i 's:VICEDIR=.*:VICEDIR="$PREFIX/share/vice":g' configure
|
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]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue