void-packages/srcpkgs/cclive/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

18 lines
624 B
Bash

# Template file for 'cclive'
pkgname=cclive
version=0.7.16
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="boost-devel pcre-devel libcurl-devel libquvi-devel glibmm-devel"
depends="libquvi>=0.4.1_4"
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=586a120faddcfa16f5bb058b5c901f1659336c6fc85a0d3f1538882a44ee10e1
do_configure() {
./configure ${configure_args} boost_cv_rpath_link_ldflag="-L/usr/lib"
}