summaryrefslogtreecommitdiff
path: root/community/cclive/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cclive/PKGBUILD')
-rw-r--r--community/cclive/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD
index 70c7430c1..6e14bf1ac 100644
--- a/community/cclive/PKGBUILD
+++ b/community/cclive/PKGBUILD
@@ -1,30 +1,28 @@
-# $Id: PKGBUILD 92313 2013-06-03 21:39:22Z lfleischer $
+# $Id: PKGBUILD 94015 2013-07-13 12:31:02Z svenstaro $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: joyfulgirl@archlinux.us
# Contributor: nathan owe ndowens04 at gmail dot com
pkgname=cclive
pkgver=0.7.13
-pkgrel=1
+pkgrel=2
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')
+makedepends=('boost' 'chrpath')
source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz")
md5sums=('654892be303c2738dd078dbe6c78595d')
build() {
cd $pkgname-$pkgver
-
./configure --prefix=/usr
-
make
}
package() {
cd $pkgname-$pkgver
-
make DESTDIR="$pkgdir" install
+ chrpath --delete "$pkgdir"/usr/bin/cclive
}