void-packages/srcpkgs/liba52/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

25 lines
771 B
Text

# Template file for 'liba52'
pkgname=liba52
version=0.7.4
revision=1
wrksrc="a52dec-${version}"
distfiles="http://liba52.sourceforge.net/files/a52dec-$version.tar.gz"
build_style=gnu-configure
configure_args="--enable-shared"
short_desc="Free ATSC A/52 stream decoder"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33
long_desc="
liba52 is a free library for decoding ATSC A/52 streams. It is released
under the terms of the GPL license. The A/52 standard is used in a variety
of applications, including digital television and DVD. It is also known
as AC-3."
subpackages="$pkgname-devel a52dec"
Add_dependency run glibc
Add_dependency build automake
pre_configure()
{
cd ${wrksrc} && ./bootstrap
}