void-packages/srcpkgs/libmms/template
2013-04-03 14:27:47 +04:00

27 lines
670 B
Plaintext

# Template file for 'libmms'
pkgname=libmms
version=0.6
revision=5
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
makedepends="pkg-config glib-devel"
short_desc="MMS stream protocol library"
homepage="http://sourceforge.net/projects/libmms/"
license="LGPL-2.1"
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"
do_build()
{
./configure --prefix=/usr CFLAGS="-fPIC -DPIC" && make ${makejobs}
}
do_install()
{
make DESTDIR=${DESTDIR} install
}