void-packages/srcpkgs/mu/template

19 lines
644 B
Bash
Raw Normal View History

2015-02-20 14:16:59 +00:00
# Template build file for 'mu'.
pkgname=mu
2015-04-15 23:30:06 +00:00
version=0.9.12
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-04-15 23:30:06 +00:00
checksum=b871124fc7774a2593815f89286671a8f31d7243bb898a8ca454685599f2b9af
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
}