[arch-commits] Commit in perl-file-tail/repos/extra-any (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Fri Feb 17 07:32:13 UTC 2012


    Date: Friday, February 17, 2012 @ 02:32:13
  Author: allan
Revision: 150353

archrelease: copy trunk to extra-any

Added:
  perl-file-tail/repos/extra-any/PKGBUILD
    (from rev 150352, perl-file-tail/trunk/PKGBUILD)
Deleted:
  perl-file-tail/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-17 07:31:21 UTC (rev 150352)
+++ PKGBUILD	2012-02-17 07:32:13 UTC (rev 150353)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-
-pkgname=perl-file-tail
-_realname=File-Tail
-pkgver=0.99.3
-pkgrel=4
-pkgdesc="Perl/CPAN File::Tail module for reading from continously updated files"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/${_realname}-$pkgver.tar.gz)
-md5sums=('ef0fb7bcb4181ba593f4a09940f61d1c')
-
-build() {
-  cd $srcdir/${_realname}-$pkgver
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor || return 1
-  make  || return 1
-  make install DESTDIR=${pkgdir} || return 1
-}

Copied: perl-file-tail/repos/extra-any/PKGBUILD (from rev 150352, perl-file-tail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-17 07:32:13 UTC (rev 150353)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=perl-file-tail
+_realname=File-Tail
+pkgver=0.99.3
+pkgrel=5
+pkgdesc="Perl/CPAN File::Tail module for reading from continously updated files"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/${_realname}-$pkgver.tar.gz)
+md5sums=('ef0fb7bcb4181ba593f4a09940f61d1c')
+
+build() {
+  cd $srcdir/${_realname}-$pkgver
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+}




More information about the arch-commits mailing list