aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-rt-extension-commandbymail
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-11-17 15:21:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-17 15:21:27 +0000
commit40dba0a540a0f0160e2a1db77c2c238e974c897a (patch)
tree9f014ba0c1c012785d5436f0f75bf5834c0e5d5c /community/perl-rt-extension-commandbymail
parent8ebe03db9a8ca901b4aa314f566b331dbb9c9740 (diff)
downloadaports-40dba0a540a0f0160e2a1db77c2c238e974c897a.tar.bz2
aports-40dba0a540a0f0160e2a1db77c2c238e974c897a.tar.xz
community/perl-rt-commandbymail: move from main
depends on rt4 which is in community
Diffstat (limited to 'community/perl-rt-extension-commandbymail')
-rw-r--r--community/perl-rt-extension-commandbymail/APKBUILD44
1 files changed, 44 insertions, 0 deletions
diff --git a/community/perl-rt-extension-commandbymail/APKBUILD b/community/perl-rt-extension-commandbymail/APKBUILD
new file mode 100644
index 0000000000..29eda76646
--- /dev/null
+++ b/community/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"