python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / SDL_sound / template
blobe9f44f8a61e8b512f27bc727f05fa3f72b7cdbde
1 # Template file for 'SDL_sound'
2 pkgname=SDL_sound
3 version=1.0.3
4 revision=5
5 build_style=gnu-configure
6 configure_args="--disable-static"
7 hostmakedepends="pkg-config"
8 makedepends="SDL-devel libmikmod-devel libvorbis-devel
9  libflac-devel speex-devel smpeg-devel"
10 short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3"
11 maintainer="Juan RP <xtraeme@voidlinux.eu>"
12 homepage="http://icculus.org/SDL_sound/"
13 license="LGPL-2.1"
14 distfiles="http://icculus.org/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
15 checksum="3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df"
17 SDL_sound-devel_package() {
18         depends="SDL-devel ${sourcepkg}>=${version}_${revision}"
19         short_desc+=" - development files"
20         pkg_install() {
21                 vmove usr/include
22                 vmove "usr/lib/*.so"
23         }