diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-06-02 11:12:54 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-06-02 11:48:26 +0300 |
commit | e39e4f62d9591647032c450b2b82c764d4e2f7c9 (patch) | |
tree | 5f18a38c6bbe68626f10626aa0e5699cc906f8a5 | |
parent | 1f61319c2b190cd4c08bb478802365f946a878de (diff) | |
download | aports-e39e4f62d9591647032c450b2b82c764d4e2f7c9.tar.bz2 aports-e39e4f62d9591647032c450b2b82c764d4e2f7c9.tar.xz |
testing/perl-font-afm: new apkbuild-cpan generated aport
Interface to Adobe Font Metrics files
http://search.cpan.org/dist/Font-AFM/
-rw-r--r-- | testing/perl-font-afm/APKBUILD | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/perl-font-afm/APKBUILD b/testing/perl-font-afm/APKBUILD new file mode 100644 index 000000000..bd3ac64bb --- /dev/null +++ b/testing/perl-font-afm/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-font-afm +_pkgreal=Font-AFM +pkgver=1.20 +pkgrel=0 +pkgdesc="Interface to Adobe Font Metrics files" +url="http://search.cpan.org/dist/Font-AFM/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_pkgreal-$pkgver.tar.gz" + +_builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + cd "$_builddir" + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor +} + +build() { + cd "$_builddir" + make && make test +} + +package() { + cd "$_builddir" + make DESTDIR="$pkgdir" install || return 1 + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +md5sums="b14ecf4dc4edbd63940aa354eb13c499 Font-AFM-1.20.tar.gz" |