Update to 1.11.22
This commit is contained in:
parent
94116d10bf
commit
1bfba17d08
13
cvs/build.sh
13
cvs/build.sh
@ -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
|
||||
|
@ -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
27
cvs/meta/relnotes
Normal 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
|
||||
--------------------
|
Loading…
x
Reference in New Issue
Block a user