Update to 1.11.22

This commit is contained in:
Tom G. Christensen 2008-04-26 13:03:08 +00:00 committed by tgc
parent 94116d10bf
commit 1bfba17d08
3 changed files with 41 additions and 9 deletions

View File

@ -9,8 +9,8 @@
###########################################################
# Check the following 4 variables before running the script
topdir=cvs
version=1.11.20
pkgver=2
version=1.11.22
pkgver=1
source[0]=$topdir-$version.tar.bz2
# If there are no patches, simply comment this
#patch[0]=
@ -19,8 +19,9 @@ source[0]=$topdir-$version.tar.bz2
. ${HOME}/buildpkg/scripts/buildpkg.functions
# Global settings
export LDFLAGS="-R/usr/local/lib"
shortroot=1
export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
ignore_deps="LWperl"
reg prep
prep()
@ -37,8 +38,8 @@ build()
reg install
install()
{
generic_install prefix
doc FAQ README NEWS doc/*.ps
generic_install DESTDIR
doc FAQ README NEWS COPYING* doc/*.pdf
}
reg pack

View File

@ -1,9 +1,13 @@
[cvs]
pkgname="$pkgprefix""$topdir"
name="CVS - Version control system"
pkgname="${pkgprefix}${topdir}"
name="${topdir} - Concurrent Versions System"
pkgcat="application"
pkgvendor="http://www.cvshome.org"
pkgdesc="Lets you record the history of source files and documents"
pkgver="$pkgver"
files(-,root,bin)
*
default_docs
$_bindir
$_mandir
$_infodir
$_sharedir/cvs

27
cvs/meta/relnotes Normal file
View File

@ -0,0 +1,27 @@
PACKAGE DETAILS
---------------
Name: %%PKGNAME%%
Version: %%SOURCE_AND_VER%%
Vendor: %%VENDOR%%
Packager: %%PKGEDBY%%
Source (sha1sum):
%%SOURCE_SHA1SUM%%
BUILD DETAILS
-------------
Compiler:
%%COMPILER%%
Environment:
%%ENVIRONMENT%%
Configure:
%%CONFIGURE%%
KNOWN DEPENDENCIES
------------------
%%DEPENDENCIES%%
ERRORS/MISCELLANEOUS
--------------------