updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / perl-text-wrapper / PKGBUILD
blob61a5f250c2a1a0768b3065abdbc78230021d0e79
1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=perl-text-wrapper
4 pkgver=1.02
5 pkgrel=1
6 pkgdesc="Simple word wrapping routine"
7 arch=('i686' 'x86_64')
8 url="http://search.cpan.org/~cjm/Text-Wrapper-$pkgver/"
9 license=('GPL' 'PerlArtistic')
10 depends=('perl')
11 options=('!emptydirs')
12 source=("http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/Text-Wrapper-$pkgver.tar.gz")
13 md5sums=('a0cdfe6e9e9627db147b3970d3fcad4d')
15 build() {
16         cd "$srcdir/Text-Wrapper-$pkgver"
17         PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
18         make
21 package() {
22         cd "$srcdir/Text-Wrapper-$pkgver"
23         make install DESTDIR="$pkgdir"