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

27 lines
677 B
Text

# Template file for 'libmms'
pkgname=libmms
version=0.6
revision=2
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
short_desc="MMS stream protocol library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1f894f33b5e0334bd7c75343480bdf3a9cf79232aa92085c03f1a67e7d4ceb9d
long_desc="
libmms is a library for downloading (streaming) media files using the mmst
and mmsh protocols."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build glib-devel
do_build()
{
./configure --prefix=/usr CFLAGS="-fPIC -DPIC" && make ${makejobs}
}
do_install()
{
make DESTDIR=${DESTDIR} install
}