34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
# Template file for 'libmodplug'
|
|
pkgname=libmodplug
|
|
version=0.8.8.3
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--enable-static"
|
|
short_desc="A MOD playing library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://modplug-xmms.sourceforge.net/"
|
|
license="Public domain"
|
|
distfiles="${SOURCEFORGE_SITE}/modplug-xmms/$pkgname-$version.tar.gz"
|
|
checksum=0d52a259e85c4f50491d66128d7c476bc67a44d3930b965014954289c0c3f4a5
|
|
long_desc="
|
|
libmodplug renders mod music files as raw audio data, for playing or
|
|
conversion. libmodplug is based on the fast and high quality mod playing code
|
|
written and released to the public domain by Olivier Lapicque. mod, .s3m, .it,
|
|
.xm, and a number of lesser-known formats are supported. Optional features
|
|
include high-quality resampling, bass expansion, surround and reverb."
|
|
|
|
libmodplug-devel_package() {
|
|
depends="libmodplug>=${version}"
|
|
short_desc="${short_desc} - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
libmodplug_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|