Package Details: multimail 0.52-2

Git Clone URL: https://aur.archlinux.org/multimail.git (read-only, click to copy)
Package Base: multimail
Description: offline mail packet reader that supports the Blue Wave, QWK, OMEN, SOUP and OPX formats
Upstream URL: http://wmcbrine.com/mmail/
Keywords: bbs fidonet
Licenses: GPL3
Submitter: andy5995
Maintainer: None
Last Packager: Julianmarcos
Votes: 0
Popularity: 0.000000
First Submitted: 2021-07-08 05:33 (UTC)
Last Updated: 2024-10-16 14:25 (UTC)

Latest Comments

Julianmarcos commented on 2024-11-03 15:30 (UTC)

Oh, sorry. followed id:9f6c36d8-b731-4a6e-b7d5-e13eb396b2af@archlinux.org to update it and latter disowned it.

andy5995 commented on 2024-10-16 01:14 (UTC)

@julianmarcos, I don't maintain this package anymore.

Julianmarcos commented on 2024-10-16 01:02 (UTC)

I got it to build and compile with the following:

# Maintainer: Andy Alt <andy400-dev at yahoo dot com>

pkgname=multimail
_altpkgname=MultiMail
pkgver=0.52
pkgrel=1
pkgdesc="offline mail packet reader that supports the Blue Wave, QWK, OMEN, SOUP and OPX formats"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
url="http://wmcbrine.com/mmail/"
license=('GPL3')
depends=('ncurses')

source=("https://github.com/wmcbrine/MultiMail/archive/refs/tags/${pkgver}.tar.gz"
        "Makefile-DESTDIR.patch")
sha256sums=('3bfbf5d410dfff8bc33dfba98a7ba382d3168b8f0d79c2cbcbe6e53be9bba24c'
            'fe457d7095e5ac1419b425d8aa543abf3a00b3ff2ddf59714d3d0c9902bb6ff8')

build() {
    #cd "${srcdir}/${pkgname}-${pkgver}"
    #./configure --prefix=/usr
    cd "${srcdir}/${_altpkgname}-${pkgver}"
    cp ../../Makefile-DESTDIR.patch ./
    patch Makefile Makefile-DESTDIR.patch
}

package() {
    cd "${srcdir}/${_altpkgname}-${pkgver}"
    make
    make DESTDIR="${pkgdir}"/usr install
}

Julianmarcos commented on 2024-10-16 01:00 (UTC)

Please change the source to https://github.com/wmcbrine/MultiMail/archive/refs/tags/${pkgver}.tar.gz, as the current source gives 404, and fix the script.