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
|
2015-06-09 14:05:18 +00:00
|
|
|
revision=4
|
2013-10-02 12:25:03 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="pkg-config"
|
2015-03-27 09:50:40 +00:00
|
|
|
makedepends="boost-devel pcre-devel libcurl-devel libquvi-devel 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"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-10-02 12:25:03 +00:00
|
|
|
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"
|
|
|
|
}
|