17 lines
685 B
Bash
17 lines
685 B
Bash
|
# Template file for 'perl-GStreamer'
|
||
|
pkgname=perl-GStreamer
|
||
|
version=0.20
|
||
|
revision=1
|
||
|
_author=XAOC
|
||
|
wrksrc="${pkgname#perl-}-${version}"
|
||
|
build_style=perl-module
|
||
|
hostmakedepends="perl"
|
||
|
makedepends="perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib gstreamer-devel"
|
||
|
depends="perl>=5.20 perl-Glib"
|
||
|
short_desc="Perl interface to the GStreamer library"
|
||
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||
|
homepage="http://gtk2-perl.sourceforge.net/doc/pod/GStreamer.html"
|
||
|
license="GPL-2 Artistic"
|
||
|
distfiles="http://www.cpan.org/authors/id/${_author:0:1}/${_author:0:2}/${_author}/GStreamer-${version}.tar.gz"
|
||
|
checksum=5469e0433481cecef67d988eb039d719a229bfd6884d0d90cda69fef7f4bf8b7
|