New package: cclive-0.7.15.

This commit is contained in:
Juan RP 2013-10-02 14:25:03 +02:00
parent c14f908e69
commit 39007199b8

24
srcpkgs/cclive/template Normal file
View file

@ -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 <xtraeme@gmail.com>"
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
}
}