From 40e90a19618851856689ef8697391d37ec6841a1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 8 Oct 2011 23:14:35 +0000 Subject: Sat Oct 8 23:14:35 UTC 2011 --- community/perl-io-tty/PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'community/perl-io-tty/PKGBUILD') diff --git a/community/perl-io-tty/PKGBUILD b/community/perl-io-tty/PKGBUILD index 7fe7b0b0d..6560133ec 100644 --- a/community/perl-io-tty/PKGBUILD +++ b/community/perl-io-tty/PKGBUILD @@ -1,25 +1,26 @@ +# $Id: PKGBUILD 56440 2011-10-07 09:59:16Z spupykin $ +# Maintainer: Sergej Pupykin # Contributor: Charles Mauch pkgname=perl-io-tty -_realname=IO-Tty -pkgver=1.08 -pkgrel=4 +pkgver=1.10 +pkgrel=1 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') -source=("http://www.cpan.org/authors/id/R/RG/RGIERSIG/${_realname}-$pkgver.tar.gz") -md5sums=('e99d819a6f8c11ae105b770cc508a4fc') options=('!emptydirs') +source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz") +md5sums=('46baec86a145e57f0ec661fa412b097c') build() { - cd $srcdir/${_realname}-$pkgver - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + cd $srcdir/IO-Tty-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } -package(){ - cd $srcdir/${_realname}-$pkgver +package(){ + cd $srcdir/IO-Tty-$pkgver make install DESTDIR=$pkgdir find $pkgdir -name '.packlist' -delete find $pkgdir -name '*.pod' -delete -- cgit v1.2.3-54-g00ecf