Merge pull request #1003 from k00mi/mu

New package: mu-0.9.9.6
This commit is contained in:
Juan RP 2015-02-21 22:31:45 +01:00
commit a0461030ad
1 changed files with 17 additions and 0 deletions

17
srcpkgs/mu/template Normal file
View File

@ -0,0 +1,17 @@
# Template build file for 'mu'.
pkgname=mu
version=0.9.9.6
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"
checksum=4ae4ca7f433dcfc6dfd85a41873914c1bda5c43de02ad2a030cd449f84d629cb
pre_configure() {
autoreconf -fi
}