23 lines
833 B
Bash
23 lines
833 B
Bash
# Template file for 'get-flash-videos-git'
|
|
pkgname=get-flash-videos-git
|
|
version=20150420
|
|
revision=1
|
|
_githash=eae1ac23fcc4a31ead78bfdd99c6faae3bde4ab3
|
|
wrksrc="get-flash-videos-${_githash}"
|
|
noarch=yes
|
|
hostmakedepends="perl"
|
|
makedepends="perl-WWW-Mechanize perl-HTTP-Cookies perl-LWP-Protocol-https
|
|
perl-Module-Find perl-LWP-Protocol-socks 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"
|
|
distfiles="https://github.com/monsieurvideo/get-flash-videos/archive/${_githash}.tar.gz"
|
|
checksum=6d049a1e7672bf7e43c66ffaf7bece8a480e929c6986abb6328b77be29e5bf1a
|
|
|
|
do_install() {
|
|
make install_vendor DESTDIR="$DESTDIR"
|
|
}
|