Date: Wednesday, February 10, 2010 @ 13:15:03 Author: giovanni Revision: 68092
Modified: perl-locale-gettext/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-10 18:09:39 UTC (rev 68091) +++ PKGBUILD 2010-02-10 18:15:03 UTC (rev 68092) @@ -1,12 +1,13 @@ # $Id$ +# Maintainer: Giovanni Scafora <[email protected]> # Contributor: Mark Rosenstand <[email protected]> -# Maintainer: Paul Mattal <[email protected]> +# Contributor: Paul Mattal <[email protected]> pkgname=perl-locale-gettext _realname=gettext pkgver=1.05 pkgrel=5 -pkgdesc="Permits access from Perl to the gettext() family of functions." +pkgdesc="Permits access from Perl to the gettext() family of functions" arch=('i686' 'x86_64') license=('GPL' 'PerlArtistic') url="http://search.cpan.org/dist/${_realname}/" @@ -18,7 +19,8 @@ '854302f34d01a2f8ae739187788973dd') build() { - cd "${srcdir}/${_realname}-${pkgver}" || return 1 + cd "${srcdir}/${_realname}-${pkgver}" + patch -Np1 -i ${srcdir}/compatibility-with-POSIX-module.patch || return 1 # install module in vendor directories. PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
