2013-10-02 12:25:03 +00:00
|
|
|
# Template file for 'cclive'
|
|
|
|
pkgname=cclive
|
2013-10-02 13:03:54 +00:00
|
|
|
version=0.7.16
|
2014-03-14 08:37:57 +00:00
|
|
|
revision=3
|
2013-10-02 12:25:03 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="pkg-config"
|
2013-10-29 11:07:44 +00:00
|
|
|
makedepends="boost-devel>=1.54 pcre-devel libcurl-devel libquvi-devel>=0.4.1_4 glibmm-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="libquvi>=0.4.1_4"
|
2013-10-02 12:25:03 +00:00
|
|
|
short_desc="Commandline downloader for popular video websites"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="AGPL-3"
|
|
|
|
homepage="http://cclive.sourceforge.net/"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
2013-10-02 13:03:54 +00:00
|
|
|
checksum=586a120faddcfa16f5bb058b5c901f1659336c6fc85a0d3f1538882a44ee10e1
|
2013-10-02 12:25:03 +00:00
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
./configure ${configure_args} boost_cv_rpath_link_ldflag="-L/usr/lib"
|
|
|
|
}
|