PKGBUILDs/community/perl-text-markdown/PKGBUILD
2009-10-09 21:15:33 -05:00

21 lines
739 B
Bash

# This PKGBUILD was autocreated. See http://xtermin.us/archperl/ for details
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=perl-text-markdown
pkgver=1.0.24
pkgrel=1
pkgdesc="Perl/CPAN Module Text::Markdown"
arch=("i686" "x86_64")
url="http://search.cpan.org/dist/Text-Markdown"
license=("GPL" "Artistic")
source=("http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Text-Markdown-$pkgver.tar.gz")
build() {
cd $startdir/src/Text-Markdown-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
make || return 1
make install DESTDIR=$startdir/pkg || return 1
find $startdir/pkg -name '.packlist' -delete
find $startdir/pkg -name '*.pod' -delete
}
md5sums=('471d61df7fdf66a791d66ad37074bd7b')