aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-rt-extension-commandbymail
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@alpinelinux.org>2015-04-13 19:27:33 +0000
committerJeff Bilyk <jbilyk@alpinelinux.org>2015-04-13 19:28:43 +0000
commit3cdd65478be524c861fad2b9d77888fa966183ba (patch)
treee7e1d73776425b61535c7523f29ba0e4afe3b708 /main/perl-rt-extension-commandbymail
parente18464d0b2f401f53003fc1b829a75f98b716f72 (diff)
downloadaports-3cdd65478be524c861fad2b9d77888fa966183ba.tar.bz2
aports-3cdd65478be524c861fad2b9d77888fa966183ba.tar.xz
main/perl-rt-extension-commandbymail: moved from testing
Diffstat (limited to 'main/perl-rt-extension-commandbymail')
-rw-r--r--main/perl-rt-extension-commandbymail/APKBUILD44
1 files changed, 44 insertions, 0 deletions
diff --git a/main/perl-rt-extension-commandbymail/APKBUILD b/main/perl-rt-extension-commandbymail/APKBUILD
new file mode 100644
index 0000000000..29eda76646
--- /dev/null
+++ b/main/perl-rt-extension-commandbymail/APKBUILD
@@ -0,0 +1,44 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Extensively modified from template to work with this perl module
+# Contributor: Timo Teräs <timo.teras@iki.fi>
+# Maintainer: Timo Teräs <timo.teras@iki.fi>
+pkgname=perl-rt-extension-commandbymail
+_pkgreal=RT-Extension-CommandByMail
+pkgver=0.17
+pkgrel=0
+pkgdesc="RT4 extension to change metadata of a ticket via email"
+url="http://search.cpan.org/dist/RT-Extension-CommandByMail/"
+arch="noarch"
+license="GPL PerlArtistic"
+cpandepends="perl-mime-tools perl-universal-require"
+cpanmakedepends=" "
+depends="$cpandepends"
+makedepends="rt4 perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/F/FA/FALCONE/$_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}'`
+ # Running tests would require RT4 database to be available
+ make
+}
+
+package() {
+ cd "$_builddir"
+ make PERL_INSTALL_ROOT="$pkgdir" pure_install || return 1
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist -o -name Test.pm \) -delete
+ find "$pkgdir" -type d -delete 2> /dev/null
+}
+
+md5sums="bcf4a81c4e3a81e6c93f72803d41f2ba RT-Extension-CommandByMail-0.17.tar.gz"
+sha256sums="f1e04965e6d40e88730e2e3db3e06512a5c29a695b557140c9431ba3e6a1fa43 RT-Extension-CommandByMail-0.17.tar.gz"
+sha512sums="6bc13dfd7e90a2d8163922274fdb5d6be9df01bc27c46b2c191a8e62d169a0e1a8f41a79d84aa580bc695ece345eb1686eeb85d0aea13de46cd1ed31e904b506 RT-Extension-CommandByMail-0.17.tar.gz"