mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/mailutils: upgrade to 3.7
This commit is contained in:
parent
e2237c5d6e
commit
364d287d39
@ -1,8 +1,8 @@
|
||||
# Contributor: Shiz <hi@shiz.me>
|
||||
# Maintainer: Shiz <hi@shiz.me>
|
||||
pkgname=mailutils
|
||||
pkgver=3.4
|
||||
pkgrel=1
|
||||
pkgver=3.7
|
||||
pkgrel=0
|
||||
pkgdesc="GNU swiss army knife of electronic mail handling"
|
||||
url="https://mailutils.org/"
|
||||
arch="all !s390x"
|
||||
@ -16,7 +16,6 @@ source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
|
||||
disable-koi8-r-test.patch"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -25,15 +24,12 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
# Exclude imap4d tests as they require chdir("/root") which won't work.
|
||||
sed -i 's/$(IMAP4D_DIR)/# $(IMAP4D_DIR)/g' Makefile
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
|
||||
# re-enable imap4d subdirectory for install
|
||||
sed -i 's/# $(IMAP4D_DIR)/$(IMAP4D_DIR)/g' Makefile
|
||||
make DESTDIR="$pkgdir" install
|
||||
@ -72,5 +68,5 @@ mh() {
|
||||
rmdir -p "$pkgdir"/usr/share/$pkgname || true
|
||||
}
|
||||
|
||||
sha512sums="e2d53ef85a3d7b9854bd2b9fdb624464b73b365b724474e2a0a81b8c68ae34b130b8099d90a2d8c59f5ab961fed51f7d5219b312a558e40d2b93265c1c926d8c mailutils-3.4.tar.gz
|
||||
sha512sums="9a1dbcc2f93504a2b9fe60fabcb9429a36b90b55931935b03988af00d26128e18eb3c92fc6f32d5ebfa488fc81ae5c3e354a4b24612faa7aa46da4f7862c2795 mailutils-3.7.tar.gz
|
||||
d0d78bba10d3ce039bb00657a570fb9411fabf448548994860285701939ae52afd15c007daa85bb18662a67153dda86069afe240b430fbe1b28a45755108f477 disable-koi8-r-test.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user