[arch-commits] Commit in cclive/repos (6 files)
Stéphane Gaudreault
stephane at nymeria.archlinux.org
Fri Mar 29 19:32:03 UTC 2013
Date: Friday, March 29, 2013 @ 20:32:02
Author: stephane
Revision: 87281
db-move: moved cclive from [community-staging] to [community-testing] (i686, x86_64)
Added:
cclive/repos/community-testing-i686/
cclive/repos/community-testing-i686/PKGBUILD
(from rev 87277, cclive/repos/community-staging-i686/PKGBUILD)
cclive/repos/community-testing-x86_64/
cclive/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, cclive/repos/community-staging-x86_64/PKGBUILD)
Deleted:
cclive/repos/community-staging-i686/
cclive/repos/community-staging-x86_64/
-----------------------------------+
community-testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: cclive/repos/community-testing-i686/PKGBUILD (from rev 87277, cclive/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:02 UTC (rev 87281)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: joyfulgirl at archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.7.12
+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')
+source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz")
+md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
Copied: cclive/repos/community-testing-x86_64/PKGBUILD (from rev 87277, cclive/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2013-03-29 19:32:02 UTC (rev 87281)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: joyfulgirl at archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.7.12
+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')
+source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz")
+md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list