[arch-commits] Commit in clive/repos/community-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Thu Mar 21 21:51:06 UTC 2013


    Date: Thursday, March 21, 2013 @ 22:51:06
  Author: eric
Revision: 86752

archrelease: copy trunk to community-any

Added:
  clive/repos/community-any/PKGBUILD
    (from rev 86751, clive/trunk/PKGBUILD)
Deleted:
  clive/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 34 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-21 21:50:35 UTC (rev 86751)
+++ PKGBUILD	2013-03-21 21:51:06 UTC (rev 86752)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Geoffroy Carrier <geoffory.carrier at koon.fr>
-# Contributor: Benjamin Andresen <bandresen AT gmail DOT com>
-# Contributor: Kristaps Esterlins <esterlinsh at gmail.com>
-# Contributor: Byron Clark <byron at theclarkfamily.name>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=clive
-pkgver=2.3.3
-pkgrel=2
-pkgdesc='Video extraction/download tool for youtube and other websites.'
-arch=('any')
-url='http://clive.sourceforge.net/'
-license=('GPL')
-depends=('curl' 'perl-json-xs' 'perl-getopt-argvfile' 'quvi')
-backup=('etc/clive/config')
-source=("http://downloads.sourceforge.net/project/clive/${pkgver:0:3}/clive-${pkgver}.tar.gz")
-md5sums=('16e374fe736b95eb93b963ea38b2e4a9')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  perl Makefile.PL INSTALL_BASE="${pkgdir}/usr" INSTALLDIRS=vendor \
-    INSTALLVENDORLIB="${pkgdir}/usr/lib/perl5/vendor_perl" \
-    INSTALLVENDORMAN1DIR="${pkgdir}/usr/share/man/man1"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make install
-
-  install -Dm0644 examples/cliverc "${pkgdir}/etc/clive/config"
-}

Copied: clive/repos/community-any/PKGBUILD (from rev 86751, clive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-21 21:51:06 UTC (rev 86752)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Geoffroy Carrier <geoffory.carrier at koon.fr>
+# Contributor: Benjamin Andresen <bandresen AT gmail DOT com>
+# Contributor: Kristaps Esterlins <esterlinsh at gmail.com>
+# Contributor: Byron Clark <byron at theclarkfamily.name>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=clive
+pkgver=2.3.3
+pkgrel=2
+pkgdesc='Video extraction/download tool for youtube and other websites.'
+arch=('any')
+url='http://clive.sourceforge.net/'
+license=('GPL')
+depends=('curl' 'perl-json-xs' 'perl-getopt-argvfile' 'quvi')
+backup=('etc/clive/config')
+source=("http://downloads.sourceforge.net/project/clive/${pkgver:0:3}/clive-${pkgver}.tar.gz")
+md5sums=('16e374fe736b95eb93b963ea38b2e4a9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make INSTALLVENDORSCRIPT=/usr/bin DESTDIR="$pkgdir" install
+
+  install -Dm0644 examples/cliverc "${pkgdir}/etc/clive/config"
+}




More information about the arch-commits mailing list