[arch-commits] Commit in perl-curses/repos (6 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu May 29 12:27:06 UTC 2014


    Date: Thursday, May 29, 2014 @ 14:27:06
  Author: spupykin
Revision: 112102

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-curses/repos/community-staging-i686/
  perl-curses/repos/community-staging-i686/PKGBUILD
    (from rev 112101, perl-curses/trunk/PKGBUILD)
  perl-curses/repos/community-staging-x86_64/
  perl-curses/repos/community-staging-x86_64/PKGBUILD
    (from rev 112101, perl-curses/trunk/PKGBUILD)
Modified:
  perl-curses/repos/community-i686/PKGBUILD
  perl-curses/repos/community-x86_64/PKGBUILD

-----------------------------------+
 community-i686/PKGBUILD           |    2 +-
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD         |    2 +-
 4 files changed, 60 insertions(+), 2 deletions(-)

Modified: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-29 12:26:53 UTC (rev 112101)
+++ community-i686/PKGBUILD	2014-05-29 12:27:06 UTC (rev 112102)
@@ -5,7 +5,7 @@
 
 pkgname=perl-curses
 pkgver=1.31
-pkgrel=2
+pkgrel=1
 pkgdesc="Character screen handling and windowing"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Curses"

Copied: perl-curses/repos/community-staging-i686/PKGBUILD (from rev 112101, perl-curses/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-05-29 12:27:06 UTC (rev 112102)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-curses
+pkgver=1.31
+pkgrel=2
+pkgdesc="Character screen handling and windowing"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Curses"
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'ncurses')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GI/GIRAFFED/Curses-$pkgver.tgz)
+md5sums=('119aff0faaa9347ed32dad127c4a6707')
+
+build() {
+  cd  $srcdir/Curses-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Curses-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-curses/repos/community-staging-x86_64/PKGBUILD (from rev 112101, perl-curses/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-05-29 12:27:06 UTC (rev 112102)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-curses
+pkgver=1.31
+pkgrel=2
+pkgdesc="Character screen handling and windowing"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Curses"
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'ncurses')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GI/GIRAFFED/Curses-$pkgver.tgz)
+md5sums=('119aff0faaa9347ed32dad127c4a6707')
+
+build() {
+  cd  $srcdir/Curses-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Curses-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Modified: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-29 12:26:53 UTC (rev 112101)
+++ community-x86_64/PKGBUILD	2014-05-29 12:27:06 UTC (rev 112102)
@@ -5,7 +5,7 @@
 
 pkgname=perl-curses
 pkgver=1.31
-pkgrel=2
+pkgrel=1
 pkgdesc="Character screen handling and windowing"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Curses"




More information about the arch-commits mailing list