New package: get-flash-videos-git-20140706

This commit is contained in:
Christian Neukirchen 2014-07-06 23:50:56 +02:00
parent 26b7dd0257
commit d8fc1b999a

View file

@ -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 <chneukirchen@gmail.com>"
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
}