mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
SDL2_mixer: update to 2.0.1.
This commit is contained in:
parent
0baffcb78f
commit
4481c8c2fb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'SDL2_mixer'
|
# Template file for 'SDL2_mixer'
|
||||||
pkgname=SDL2_mixer
|
pkgname=SDL2_mixer
|
||||||
version=2.0.0
|
version=2.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.libsdl.org/projects/SDL_mixer/"
|
homepage="http://www.libsdl.org/projects/SDL_mixer/"
|
||||||
distfiles="http://www.libsdl.org/projects/SDL_mixer/release/$pkgname-$version.tar.gz"
|
distfiles="http://www.libsdl.org/projects/SDL_mixer/release/$pkgname-$version.tar.gz"
|
||||||
checksum=a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b
|
checksum=5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
|
sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
|
||||||
|
@ -23,7 +23,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING.txt 644 usr/share/licenses/${pkgname} COPYING
|
vlicense COPYING.txt COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL2_mixer-devel_package() {
|
SDL2_mixer-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue