diff --git a/srcpkgs/cclive/template b/srcpkgs/cclive/template new file mode 100644 index 00000000000..3a5f7d68cb5 --- /dev/null +++ b/srcpkgs/cclive/template @@ -0,0 +1,24 @@ +# Template file for 'cclive' +pkgname=cclive +version=0.7.15 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config" +makedepends="boost-devel pcre-devel libcurl-devel libquvi-devel>=0.4.1_4 glibmm-devel" +short_desc="Commandline downloader for popular video websites" +maintainer="Juan RP " +license="AGPL-3" +homepage="http://cclive.sourceforge.net/" +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz" +checksum=d745e85175d4a6f32feb2bf038b01fc5eea7f199ea9824b85932bd9d0b1d6c62 + +do_configure() { + ./configure ${configure_args} boost_cv_rpath_link_ldflag="-L/usr/lib" +} + +cclive_package() { + depends="libquvi>=0.4.1_4" + pkg_install() { + vmove all + } +}