diff --git a/srcpkgs/get-flash-videos-git/template b/srcpkgs/get-flash-videos-git/template new file mode 100644 index 00000000000..3c8a5d82db8 --- /dev/null +++ b/srcpkgs/get-flash-videos-git/template @@ -0,0 +1,24 @@ +# Template file for 'get-flash-videos-git' +pkgname=get-flash-videos-git +version=20140706 +revision=1 +noarch=yes +makedepends="" +depends="perl perl-WWW-Mechanize perl-HTTP-Cookies perl-LWP-Protocol-https + perl-Module-Find perl-LWP-Protocol-socks perl-Tie-IxHash + perl-Crypt-Blowfish_PP" +short_desc="Downloads videos from various Flash-based video hosting sites" +maintainer="Christian Neukirchen " +license="Apache-2.0" +homepage="http://code.google.com/p/get-flash-videos" + +do_fetch() { + local url="git://github.com/monsieurvideo/get-flash-videos.git" + msg_normal "Fetching source from $url ...\n" + git clone ${url} ${pkgname}-${version} +} + +do_install() { + make install DESTDIR="$DESTDIR" INSTALL_BASE=/usr \ + INSTALLSITELIB=/usr/lib/perl5/site_perl INSTALLSITESCRIPT=/usr/bin +}