aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-gtk2-ex-celllayout-base
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2012-10-29 14:18:19 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2012-10-29 14:18:19 +0000
commit74b7160f55caf297d4d45384e452e8089c275ca7 (patch)
treee7a2fdc323d67929b403f39edc7aeda5a7587999 /testing/perl-gtk2-ex-celllayout-base
parent015769db7c5dc8349c63a86ca64ef1b79b72228a (diff)
downloadaports-74b7160f55caf297d4d45384e452e8089c275ca7.tar.bz2
aports-74b7160f55caf297d4d45384e452e8089c275ca7.tar.xz
testing/perl-gtk2-ex-celllayout-base: new aport
Diffstat (limited to 'testing/perl-gtk2-ex-celllayout-base')
-rw-r--r--testing/perl-gtk2-ex-celllayout-base/APKBUILD39
1 files changed, 39 insertions, 0 deletions
diff --git a/testing/perl-gtk2-ex-celllayout-base/APKBUILD b/testing/perl-gtk2-ex-celllayout-base/APKBUILD
new file mode 100644
index 0000000000..acfcc120a6
--- /dev/null
+++ b/testing/perl-gtk2-ex-celllayout-base/APKBUILD
@@ -0,0 +1,39 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Contributor: Francesco Colista <francesco.colista@gmail.com>
+# Maintainer: Francesco Colista <francesco.colista@gmail.com>
+pkgname=perl-gtk2-ex-celllayout-base
+_pkgreal=Gtk2-Ex-CellLayout-Base
+pkgver=5
+pkgrel=0
+pkgdesc="Basic Gtk2::CellLayout interface implementation."
+url="http://search.cpan.org/dist/Gtk2-Ex-CellLayout-Base/"
+arch="noarch"
+license="open_source"
+cpandepends="perl-glib perl-gtk2 perl-glib-ex-objectbits perl-pango"
+cpanmakedepends=" "
+depends="$cpandepends"
+makedepends="perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/$_pkgreal-$pkgver.tar.gz"
+
+_builddir="$srcdir/$_pkgreal-$pkgver"
+
+prepare() {
+ cd "$_builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+build() {
+ cd "$_builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
+ make && make test
+}
+
+package() {
+ cd "$_builddir"
+ make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
+}
+
+md5sums="c5e9a6f32076a9c1d25121408b0a7581 Gtk2-Ex-CellLayout-Base-5.tar.gz"