vp-build/srcpkgs/emacs/template

21 lines
553 B
Plaintext
Raw Normal View History

2013-12-27 21:19:40 +01:00
# Template file for 'emacs'
pkgname=emacs
version=24.3
revision=1
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-3"
homepage="http://www.gnu.org/software/${pkgname}/"
distfiles="http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=0098ca3204813d69cd8412045ba33e8701fa2062f4bff56bedafc064979eef41
2013-12-27 23:15:43 +01:00
short_desc="GNU Emacs Editor without X support"
2013-12-27 21:19:40 +01:00
makedepends="libxml2-devel>=2.7.0_1 ncurses-devel>=5.8_1"
build_style="gnu-configure"
2013-12-27 23:15:43 +01:00
configure_args="--without-x"
2013-12-27 21:19:40 +01:00
emacs_package() {
pkg_install() {
2013-12-27 23:15:43 +01:00
vmove all
2013-12-27 21:19:40 +01:00
}
}