void-packages/srcpkgs/mu/template

28 lines
832 B
Bash
Raw Normal View History

2015-02-20 15:16:59 +01:00
# Template build file for 'mu'.
pkgname=mu
2015-04-16 01:30:06 +02:00
version=0.9.12
2015-07-11 23:38:50 +02:00
revision=2
2015-02-20 15:16:59 +01:00
build_style=gnu-configure
2015-07-11 23:38:50 +02:00
hostmakedepends="automake libtool pkg-config emacs texinfo"
2015-02-20 15:16:59 +01:00
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-16 01:30:06 +02:00
checksum=b871124fc7774a2593815f89286671a8f31d7243bb898a8ca454685599f2b9af
2015-02-20 15:16:59 +01:00
pre_configure() {
2015-02-22 08:42:43 +01:00
sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
2015-02-20 15:16:59 +01:00
autoreconf -fi
}
2015-07-11 23:38:50 +02:00
mu4e_package() {
short_desc+=" - Emacs frontend"
depends="${sourcepkg}>=${version}_${revision} emacs"
pkg_install() {
vmove usr/share/emacs
vmove usr/share/info
}
}