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

View File

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