Merge pull request #214 from jan-schreib/master

New package: mutt-1.4.2.3
This commit is contained in:
Juan RP 2013-11-18 14:52:46 -08:00
commit 7e02c92d5e

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
}
}