void-packages/srcpkgs/libsndfile/template
2010-11-19 22:58:45 +01:00

23 lines
859 B
Plaintext

# Template file for 'libsndfile'
pkgname=libsndfile
version=1.0.23
distfiles="http://www.mega-nerd.com/$pkgname/files/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="C library for reading and writing files containing sampled sound"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=54c9c375598538263395a691f9b30987a2faa3d8a166d27e6a09ba4700223d4d
long_desc="
Libsndfile is a C library for reading and writing files containing
sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format)
through one standard library interface."
subpackages="$pkgname-progs $pkgname-devel"
Add_dependency run glibc
Add_dependency run libogg
Add_dependency run libvorbis
Add_dependency run libflac
Add_dependency build alsa-lib-devel
Add_dependency build libvorbis-devel ">=1.2.3"
Add_dependency build libflac-devel
Add_dependency build sqlite-devel