testing/perl-glib: new APKBUILD

This commit is contained in:
Kiyoshi Aman 2011-11-26 21:41:50 -05:00
parent 8a3ef049a1
commit bec5dff47d

View File

@ -0,0 +1,37 @@
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname=perl-glib
_pkgreal=Glib
pkgver=1.241
pkgrel=0
pkgdesc="Perl wrappers for the GLib utility and Object libraries"
url="http://search.cpan.org/dist/Glib/"
arch="all"
license="GPL PerlArtistic"
cpandepends="perl-extutils-pkgconfig perl-extutils-depends"
cpanmakedepends=""
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$_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="412118238a372041b130c27d7992f5c3 Glib-1.241.tar.gz"