cclive: get rid of unnecessary custom do_configure().

This commit is contained in:
Juan RP 2015-10-23 12:38:31 +02:00
parent c9432a84db
commit 5176831f46

View file

@ -1,7 +1,7 @@
# Template file for 'cclive'
pkgname=cclive
version=0.7.16
revision=4
revision=5
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="boost-devel pcre-devel libcurl-devel libquvi-devel glibmm-devel"
@ -12,7 +12,3 @@ 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"
}