20 lines
450 B
Plaintext
20 lines
450 B
Plaintext
|
# Template file for 'mutt'
|
||
|
pkgname=mutt
|
||
|
version=1.4.2.3
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
homepage="http://www.mutt.org"
|
||
|
distfiles="ftp://ftp.mutt.org/mutt/mutt-$version.tar.gz"
|
||
|
makedepends="ncurses-devel"
|
||
|
hostmakedepends="perl"
|
||
|
short_desc="The Mutt Mail Client"
|
||
|
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||
|
license="GPL-2"
|
||
|
checksum=1a4920e5efccd6a83932af4223cb568956158f62e9f595798acc4004aca6ace5
|
||
|
|
||
|
mutt_package(){
|
||
|
pkg_install(){
|
||
|
vmove usr
|
||
|
}
|
||
|
}
|