contrib/sdl_mixer/Pkgfile

18 lines
530 B
Plaintext
Raw Normal View History

2008-02-11 11:46:12 +01:00
# Description: A sample multi-channel audio mixer library.
# URL: http://www.libsdl.org/projects/SDL_mixer/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2011-01-24 09:07:12 +01:00
# Depends on: libvorbis smpeg libmikmod flac
2008-02-11 11:46:12 +01:00
name=sdl_mixer
2012-04-06 09:45:28 +02:00
version=1.2.12
2008-02-11 11:46:12 +01:00
release=1
2019-10-12 05:55:22 +02:00
source=(https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz)
2008-02-11 11:46:12 +01:00
build() {
cd SDL_mixer-$version
sed -i -e 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h
2019-10-12 05:55:22 +02:00
CONFIG_SHELL=/bin/bash ./configure --prefix=/usr
2008-02-11 11:46:12 +01:00
make
make DESTDIR=$PKG install
}