diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-29 20:43:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-29 20:43:35 -0300 |
commit | ea0b8b79705a75993149ca52dc781a1759102d51 (patch) | |
tree | 4f8f8821c1d225ad060cd0a5a869aacf38eaa9ad | |
parent | 9cc2932f00695909227e9a220810fba6e4ac5102 (diff) | |
download | aports-ea0b8b79705a75993149ca52dc781a1759102d51.tar.bz2 aports-ea0b8b79705a75993149ca52dc781a1759102d51.tar.xz |
main/email2trac: disable
-rw-r--r-- | main/email2trac/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/email2trac/APKBUILD b/main/email2trac/APKBUILD index fdd8707352..fe109933f9 100644 --- a/main/email2trac/APKBUILD +++ b/main/email2trac/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.12.2 pkgrel=1 pkgdesc="Utilities for converting emails to trac tickets" url="https://oss.trac.surfsara.nl/email2trac" -arch="all" +arch="" # Requires trac which is in unmaintained because it requires python2 license="GPL-2.0-or-later" depends="trac" makedepends="python3" @@ -13,7 +13,6 @@ source="https://ftp.sara.nl/pub/outgoing/email2trac-$pkgver.tar.gz" options="!check suid" # no testsuite build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,7 +24,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |