30 lines
683 B
Text
30 lines
683 B
Text
# Template file for 'mutt-kz'
|
|
pkgname=mutt-kz
|
|
version=20130402
|
|
revision=1
|
|
hostmakedepends="pkg-config automake"
|
|
makedepends="openssl-devel ncurses-devel libidn-devel"
|
|
build_style=gnu-configure
|
|
short_desc="mutt fork with notmuch support and another improvements"
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/karelzak/mutt-kz/"
|
|
|
|
nofetch=yes
|
|
noextract=yes
|
|
|
|
do_fetch() {
|
|
_githead=29d1357c66ef09642fd0fa8660b3f8173639d6c2
|
|
git clone git://github.com/karelzak/mutt-kz.git ${pkgname}-${version}
|
|
cd ${pkgname}-${version} ; git reset --hard ${_githead}
|
|
}
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
mutt-kz_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|