2015-02-20 14:16:59 +00:00
|
|
|
# Template build file for 'mu'.
|
|
|
|
pkgname=mu
|
2015-03-03 10:09:52 +00:00
|
|
|
version=0.9.11
|
2015-02-20 14:16:59 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="automake libtool pkg-config"
|
|
|
|
makedepends="xapian-core-devel gmime-devel sqlite-devel libuuid-devel"
|
|
|
|
short_desc="A tool for dealing with e-mail messages stored in the Maildir-format"
|
|
|
|
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
|
|
|
homepage="http://www.djcbsoftware.nl/code/mu/"
|
|
|
|
license="GPL-3"
|
|
|
|
distfiles="https://github.com/djcb/mu/archive/v${version}.tar.gz"
|
2015-03-03 10:09:52 +00:00
|
|
|
checksum=d01993299a634126bb7431d4390fc3be941f1a22e98a91ec2d55bb4bf0a7c106
|
2015-02-20 14:16:59 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
2015-02-22 07:42:43 +00:00
|
|
|
sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
|
2015-02-20 14:16:59 +00:00
|
|
|
autoreconf -fi
|
|
|
|
}
|