emacs: new package, emacs 24.5

This commit is contained in:
Tom G. Christensen
2016-03-15 20:53:48 +01:00
parent 3d55d63beb
commit 77dccc9cf9
4 changed files with 133 additions and 0 deletions

4
emacs/meta/ChangeLog Normal file
View File

@@ -0,0 +1,4 @@
CHANGELOG
---------
* Sat Mar 12 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 24.5-1
- First package

2
emacs/meta/depend Normal file
View File

@@ -0,0 +1,2 @@
TGCemacs emacs-common auto
TGCemacsn emacs-common auto

43
emacs/meta/pkgdef Normal file
View File

@@ -0,0 +1,43 @@
[emacs-common]
pkgname="${pkgprefix}${topdir}c"
name="${topdir}-common - Emacs common files"
pkgcat="application"
pkgvendor="http://www.gnu.org/software/emacs/"
pkgdesc="This package contains all the common files needed by emacs or emacs-nox."
pkgver="$pkgver"
files(-,root,bin)
default_docs
$_bindir/ebrowse
$_bindir/emacsclient
$_bindir/etags
$_bindir/gctags
$_bindir/grep-changelog
$_mandir/man?/*
$_infodir/*
$_sharedir/emacs
libexec/emacs
[emacs]
pkgname="${pkgprefix}${topdir}"
name="$topdir - GNU Emacs text editor"
pkgcat="application"
pkgvendor="http://www.gnu.org/software/emacs/"
pkgdesc="This package provides an emacs binary with support for X windows."
pkgver="$pkgver"
files(-,root,bin)
$_bindir/emacs
$_bindir/emacs-$version
$_sharedir/applications/emacs.desktop
$_sharedir/icons
[emacs-nox]
pkgname="${pkgprefix}${topdir}n"
name="${topdir}-nox - GNU Emacs text editor without X support"
pkgcat="application"
pkgvendor="http://www.gnu.org/software/emacs/"
pkgdesc="This package provides an emacs binary with no X windows support."
pkgver="$pkgver"
files(-,root,bin)
$_bindir/emacs-nox
$_bindir/emacs-${version}-nox