New upstream release
pkgdef'ified build gvim as a standalone binary
This commit is contained in:
2
vim/meta/depend.vim-gtk
Normal file
2
vim/meta/depend.vim-gtk
Normal file
@@ -0,0 +1,2 @@
|
||||
P SBvim Vim 6.3 + all the runtime stuff
|
||||
P SBgtk12 GTK 1.2.10 shared libraries
|
||||
3
vim/meta/depend.vim-motif
Normal file
3
vim/meta/depend.vim-motif
Normal file
@@ -0,0 +1,3 @@
|
||||
P SBvim Vim 6.3 + all the runtime stuff
|
||||
P SBlibxpm X pixmap library
|
||||
P SUNWmfrun Motif RunTime Kit v2.1.1
|
||||
2
vim/meta/depend.vim-x11
Normal file
2
vim/meta/depend.vim-x11
Normal file
@@ -0,0 +1,2 @@
|
||||
P SBvim Vim 6.3 + all the runtime stuff
|
||||
P SBlibxpm X pixmap library
|
||||
44
vim/meta/pkgdef
Normal file
44
vim/meta/pkgdef
Normal file
@@ -0,0 +1,44 @@
|
||||
[vim]
|
||||
pkgname="${pkgprefix}${topdir}"
|
||||
name="Vim - Vi IMproved"
|
||||
pkgcat="application"
|
||||
pkgvendor="http://www.vim.org"
|
||||
pkgdesc="An improved almost compatible version of Vi"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
dir $_bindir
|
||||
dir $_mandir
|
||||
dir $_mandir/man1
|
||||
$_bindir/ex
|
||||
$_bindir/rview
|
||||
$_bindir/rvim
|
||||
$_bindir/view
|
||||
$_bindir/vim
|
||||
$_bindir/vimdiff
|
||||
$_bindir/vimtutor
|
||||
$_bindir/xxd
|
||||
$_sharedir
|
||||
$_mandir/man1/evim*
|
||||
$_mandir/man1/ex*
|
||||
$_mandir/man1/rview*
|
||||
$_mandir/man1/rvim*
|
||||
$_mandir/man1/view*
|
||||
$_mandir/man1/vim*
|
||||
$_mandir/man1/xxd*
|
||||
|
||||
[vim-motif]
|
||||
pkgname="${pkgprefix}${topdir}mtf"
|
||||
name="Vim - Vi IMproved"
|
||||
pkgcat="application"
|
||||
pkgvendor="http://www.vim.org"
|
||||
pkgdesc="An improved almost compatible version of Vi"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
dir $_bindir
|
||||
dir $_mandir
|
||||
dir $_mandir/man1
|
||||
$_bindir/gvim
|
||||
$_bindir/gvimdiff
|
||||
$_bindir/gview
|
||||
$_mandir/man1/g*
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
PKG="%%pkgname%%"
|
||||
NAME="%%name%%"
|
||||
ARCH="sparc"
|
||||
VERSION="%%version%%"
|
||||
CATEGORY="%%pkgcat%%"
|
||||
VENDOR="%%pkgvendor%%"
|
||||
EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk"
|
||||
PSTAMP="%%pkgver%%"
|
||||
BASEDIR="%%topinstalldir%%"
|
||||
CLASSES="none"
|
||||
DESC="%%pkgdesc%%"
|
||||
Reference in New Issue
Block a user