New upstream release

pkgdef'ified
build gvim as a standalone binary
This commit is contained in:
Tom G. Christensen
2004-06-16 11:31:49 +00:00
committed by tgc
parent 9c53fde458
commit 6254231472
6 changed files with 80 additions and 121 deletions

2
vim/meta/depend.vim-gtk Normal file
View File

@@ -0,0 +1,2 @@
P SBvim Vim 6.3 + all the runtime stuff
P SBgtk12 GTK 1.2.10 shared libraries

View 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
View 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
View 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*

View File

@@ -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%%"