void-packages/srcpkgs/libmodplug/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

21 lines
885 B
Text

# Template file for 'libmodplug'
pkgname=libmodplug
version=0.8.8.3
distfiles="${SOURCEFORGE_SITE}/modplug-xmms/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="A MOD playing library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://modplug-xmms.sourceforge.net/"
license="Public domain"
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."
subpackages="$pkgname-devel"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++