void-packages/srcpkgs/notmuch/template

32 lines
852 B
Text
Raw Normal View History

2014-01-24 22:17:13 +00:00
# Template file for 'notmuch'
pkgname=notmuch
2014-06-30 21:32:32 +00:00
version=0.18.1
2014-05-12 18:51:05 +00:00
revision=1
2014-01-24 22:17:13 +00:00
hostmakedepends="pkg-config"
makedepends="xapian-core-devel gmime-devel talloc-devel"
build_style=gnu-configure
2014-05-12 18:51:05 +00:00
configure_args="--bashcompletiondir=/usr/share/bash-completion/completions --without-emacs"
2014-01-24 22:17:13 +00:00
short_desc="notmuch -- the mail indexer"
maintainer="Jan S. <jan.schreib@gmail.com>"
license="GPL-3"
homepage="http://notmuchmail.org"
distfiles="http://notmuchmail.org/releases/${pkgname}-${version}.tar.gz"
2014-06-30 21:32:32 +00:00
checksum=f2d53dc1916283123d008a6084de860340a436631e83b1a41b2d9ced0f4db7dd
2014-08-23 18:27:30 +00:00
nocross=yes
2014-03-09 20:16:16 +00:00
libnotmuch-devel_package() {
short_desc+=" - development files"
depends="libnotmuch>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
}
}
libnotmuch_package() {
short_desc+=" - runtime library"
pkg_install() {
vmove "usr/lib/*.so.*"
}
}