New package: cclive-0.7.15.
This commit is contained in:
parent
c14f908e69
commit
39007199b8
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue