mu: update to 1.2
This commit is contained in:
parent
f39996c2ff
commit
326eef09c3
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'mu'.
|
||||
# Template file for 'mu'
|
||||
pkgname=mu
|
||||
version=1.0
|
||||
revision=3
|
||||
version=1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config emacs texinfo"
|
||||
makedepends="xapian-core-devel gmime-devel libuuid-devel"
|
||||
short_desc="A tool for dealing with e-mail messages stored in the Maildir-format"
|
||||
makedepends="xapian-core-devel gmime3-devel libuuid-devel"
|
||||
short_desc="Emacs-based tool for dealing with e-mail stored in the Maildir-format"
|
||||
maintainer="Benjamin Slade <slade@jnanam.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.djcbsoftware.nl/code/mu/"
|
||||
license="GPL-3"
|
||||
distfiles="https://github.com/djcb/mu/archive/v${version}.tar.gz"
|
||||
checksum=533149abab967e2809f72e9fe62c6deb71d45b6ad2a5846247733a1dd2de69a0
|
||||
distfiles="https://github.com/djcb/mu/archive/${version}.tar.gz"
|
||||
checksum=75ac379ddbaa35ab54035b057bf729537afbef09c71505c2f7209826265e049a
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
|
||||
|
|
Loading…
Reference in New Issue