[arch-commits] Commit in cclive/trunk (PKGBUILD)
Jan Steffens
heftig at nymeria.archlinux.org
Mon Sep 30 23:39:43 UTC 2013
Date: Tuesday, October 1, 2013 @ 01:39:42
Author: heftig
Revision: 97900
0.9.2, for libquvi 0.9
Modified:
cclive/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-30 23:22:34 UTC (rev 97899)
+++ PKGBUILD 2013-09-30 23:39:42 UTC (rev 97900)
@@ -4,20 +4,20 @@
# Contributor: nathan owe ndowens04 at gmail dot com
pkgname=cclive
-pkgver=0.7.13
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
pkgdesc='Commandline downloader for popular video websites.'
arch=('i686' 'x86_64')
url='http://cclive.sourceforge.net/'
-license=('GPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi')
-makedepends=('boost' 'chrpath')
-source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz")
-md5sums=('654892be303c2738dd078dbe6c78595d')
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('b21f2ed68242901dc0439132a4ea6629')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
make
}
@@ -24,5 +24,4 @@
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
- chrpath --delete "$pkgdir"/usr/bin/cclive
}
More information about the arch-commits
mailing list