Created emacs package
This commit is contained in:
parent
2ebbaaaa00
commit
b2a515d9e7
2 changed files with 28 additions and 0 deletions
1
srcpkgs/emacs-nox
Symbolic link
1
srcpkgs/emacs-nox
Symbolic link
|
@ -0,0 +1 @@
|
|||
emacs
|
27
srcpkgs/emacs/template
Normal file
27
srcpkgs/emacs/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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
|
||||
short_desc="GNU Emacs Editor"
|
||||
long_desc="GNU Emacs is an extensible, customizable text editor—and more."
|
||||
build_style=gnu-configure
|
||||
makedepends="glibc>=2.8_1 libxml2>=2.7.0_1 ncurses>=ncurses>=5.8_1"
|
||||
|
||||
|
||||
emacs_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
||||
emacs-nox_package() {
|
||||
configure_args="--without-x"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue