mu: add mu4e subpackage
This commit is contained in:
parent
0bdaa7bc05
commit
95c687973b
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'mu'.
|
||||
pkgname=mu
|
||||
version=0.9.12
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
hostmakedepends="automake libtool pkg-config emacs texinfo"
|
||||
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>"
|
||||
|
@ -16,3 +16,12 @@ pre_configure() {
|
|||
sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
mu4e_package() {
|
||||
short_desc+=" - Emacs frontend"
|
||||
depends="${sourcepkg}>=${version}_${revision} emacs"
|
||||
pkg_install() {
|
||||
vmove usr/share/emacs
|
||||
vmove usr/share/info
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mu
|
Loading…
Reference in New Issue