New package: mutt-1.4.2.3

This commit is contained in:
Jan S 2013-11-18 23:47:33 +01:00
parent 673934e63b
commit 80a60994b8

19
srcpkgs/mutt/template Normal file
View file

@ -0,0 +1,19 @@
# 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
}
}