diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-06-02 11:23:54 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-06-02 11:48:26 +0300 |
commit | 20981455d17d77b9d0b323badd2ef956c839e7f4 (patch) | |
tree | 080dc89e1a50b147c3033ed74b8a776eaf6c14a3 /testing | |
parent | df23500ec13cc51c960db0e0ed1b3710dd5f46cc (diff) | |
download | aports-20981455d17d77b9d0b323badd2ef956c839e7f4.tar.bz2 aports-20981455d17d77b9d0b323badd2ef956c839e7f4.tar.xz |
testing/perl-text-wikiformat: new apkbuild-cpan generated aport
module for translating Wiki formatted text into other formats
http://search.cpan.org/dist/Text-WikiFormat/
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-text-wikiformat/APKBUILD | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/perl-text-wikiformat/APKBUILD b/testing/perl-text-wikiformat/APKBUILD new file mode 100644 index 0000000000..9a9a096e05 --- /dev/null +++ b/testing/perl-text-wikiformat/APKBUILD @@ -0,0 +1,37 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Timo Teräs <timo.teras@iki.fi> +# Maintainer: Timo Teräs <timo.teras@iki.fi> +pkgname=perl-text-wikiformat +_pkgreal=Text-WikiFormat +pkgver=0.79 +pkgrel=0 +pkgdesc="module for translating Wiki formatted text into other formats" +url="http://search.cpan.org/dist/Text-WikiFormat/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="perl-uri" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/$_pkgreal-$pkgver.tar.gz" + +_builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + cd "$_builddir" + perl Build.PL installdirs=vendor || return 1 +} + +build() { + cd "$_builddir" + ./Build && ./Build test +} + +package() { + cd "$_builddir" + ./Build install destdir="$pkgdir" || return 1 + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +md5sums="7f3e888ff898f67332216c4a25523f30 Text-WikiFormat-0.79.tar.gz" |