[arch-commits] Commit in perl-io-tty/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu May 29 12:31:55 UTC 2014


    Date: Thursday, May 29, 2014 @ 14:31:55
  Author: spupykin
Revision: 112139

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

Added:
  perl-io-tty/repos/community-staging-i686/
  perl-io-tty/repos/community-staging-i686/PKGBUILD
    (from rev 112138, perl-io-tty/trunk/PKGBUILD)
  perl-io-tty/repos/community-staging-x86_64/
  perl-io-tty/repos/community-staging-x86_64/PKGBUILD
    (from rev 112138, perl-io-tty/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: perl-io-tty/repos/community-staging-i686/PKGBUILD (from rev 112138, perl-io-tty/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-05-29 12:31:55 UTC (rev 112139)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-io-tty
+pkgver=1.11
+pkgrel=2
+pkgdesc="Provide an interface to TTYs and PTYs"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/IO-Tty/"
+license=("GPL" "PerlArtistic")
+depends=('glibc')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz")
+md5sums=('fc42736aee83f848ff5191c6890cc539')
+
+build() {
+  cd $srcdir/IO-Tty-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package(){
+  cd $srcdir/IO-Tty-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-io-tty/repos/community-staging-x86_64/PKGBUILD (from rev 112138, perl-io-tty/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-05-29 12:31:55 UTC (rev 112139)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-io-tty
+pkgver=1.11
+pkgrel=2
+pkgdesc="Provide an interface to TTYs and PTYs"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/IO-Tty/"
+license=("GPL" "PerlArtistic")
+depends=('glibc')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz")
+md5sums=('fc42736aee83f848ff5191c6890cc539')
+
+build() {
+  cd $srcdir/IO-Tty-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package(){
+  cd $srcdir/IO-Tty-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list