Added optional package CVS, as it is still sometimes handy to have. The package follows

the scheme that Ingo started and thus installs the license and copyright to the right
places.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26603 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-07-24 09:50:58 +00:00
parent 91ccfa19a0
commit 93706b7208

View File

@ -15,6 +15,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
# APR-util
# Beam
# Bluetooth
# CVS
# Development
# Firefox
# Links
@ -100,6 +101,22 @@ if [ IsOptionalHaikuImagePackageAdded Bluetooth ] {
}
# CVS
if [ IsOptionalHaikuImagePackageAdded CVS ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package CVS available for $(TARGET_ARCH)" ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && $(isHybridBuild) = 0 {
Echo "No optional package CVS available for gcc4" ;
} else {
local baseURL = http://haiku-files.org/files/optional-packages ;
InstallOptionalHaikuImagePackage cvs-1.11.21-gcc2-2008-07-23
: $(baseURL)/cvs-1.11.21-gcc2-2008-07-23.zip
:
;
}
}
# Development
if [ IsOptionalHaikuImagePackageAdded Development ]
&& $(TARGET_ARCH) = x86 {