# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman # Contributor: Daenyth pkgname=perl-text-upsidedown pkgver=1.100820 pkgrel=1 pkgdesc="flip text upside-down using Unicode " arch=('i686' 'x86_64') url="http://search.cpan.org/~MARCEL/Text-UpsideDown" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') makedepends=('perl-universal-require') options=('!emptydirs' 'purge') source=(http://www.cpan.org/authors/id/M/MA/MARCEL/Text-UpsideDown-$pkgver.tar.gz) md5sums=('230b0cfe6d27f560e33f1d4ca716579c') build() { cd $startdir/src/Text-UpsideDown-$pkgver PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make || return 1 make install DESTDIR=$startdir/pkg || return 1 }