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

22 lines
746 B
Text

# Template file for 'libmpeg2'
pkgname=libmpeg2
version=0.5.1
revision=1
distfiles="http://libmpeg2.sourceforge.net/files/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--enable-shared"
short_desc="Library for decoding MPEG-2 and MPEG-1 video streams"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
long_desc="
libmpeg2 is a free library for decoding MPEG-2 and MPEG-1 video
streams acclaimed to be the fastest around."
subpackages="$pkgname-devel mpeg2dec"
Add_dependency run glibc
Add_dependency build pkg-config
Add_dependency build libICE
Add_dependency build libSM
Add_dependency build libX11
Add_dependency build libXext
Add_dependency build libXv