[arch-commits] Commit in perl-compress-bzip2/repos (3 files)

Florian Pritz bluewind at archlinux.org
Sun May 27 07:42:52 UTC 2012


    Date: Sunday, May 27, 2012 @ 03:42:52
  Author: bluewind
Revision: 159866

db-move: moved perl-compress-bzip2 from [staging] to [testing] (i686)

Added:
  perl-compress-bzip2/repos/testing-i686/
  perl-compress-bzip2/repos/testing-i686/PKGBUILD
    (from rev 159819, perl-compress-bzip2/repos/staging-i686/PKGBUILD)
Deleted:
  perl-compress-bzip2/repos/staging-i686/

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: perl-compress-bzip2/repos/testing-i686/PKGBUILD (from rev 159819, perl-compress-bzip2/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-05-27 07:42:52 UTC (rev 159866)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=perl-compress-bzip2
+_realname=Compress-Bzip2
+pkgver=2.09
+pkgrel=5
+pkgdesc="Interface to Bzip2 compression library"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(perl bzip2)
+url="http://search.cpan.org/dist/Compress-Bzip2"
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY/$_realname-$pkgver.tar.gz")
+md5sums=('1699fde3e86f2a036f135ae606d456bf')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list