26 lines
853 B
Plaintext
26 lines
853 B
Plaintext
# Template file for 'get-flash-videos-git'
|
|
pkgname=get-flash-videos-git
|
|
version=20140706
|
|
revision=2
|
|
noarch=yes
|
|
hostmakedepends="perl git"
|
|
makedepends="perl-WWW-Mechanize perl-HTTP-Cookies perl-LWP-Protocol-https>=6.04_2
|
|
perl-Module-Find perl-LWP-Protocol-socks>=1.6_2 perl-Tie-IxHash
|
|
perl-Crypt-Blowfish_PP"
|
|
depends="${makedepends}"
|
|
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
|
|
}
|