mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
More recipe cosmetics.
Mainly inproved SUMMARY/DESCRIPTION and re-ordering of blocks.
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
SUMMARY="A friendly powerful distributed version control system"
|
||||
DESCRIPTION="
|
||||
Bazaar is a version control system that helps you track project history over \
|
||||
time and to collaborate easily with others. Whether you're a single developer, \
|
||||
a co-located team or a community of developers scattered across the world, \
|
||||
Bazaar scales and adapts to meet your needs. Part of the GNU Project, Bazaar \
|
||||
is free software sponsored by Canonical.
|
||||
"
|
||||
SUMMARY="A powerful distributed version control system"
|
||||
DESCRIPTION="Bazaar (bzr) is a version control system that helps you track \
|
||||
project history over time and to collaborate easily with others. Whether \
|
||||
you're a single developer, a co-located team or a community of developers \
|
||||
scattered across the world, Bazaar scales and adapts to meet your needs.
|
||||
Part of the GNU Project, Bazaar is free software sponsored by Canonical."
|
||||
HOMEPAGE="http://bazaar.canonical.com"
|
||||
COPYRIGHT="2005-2013 Canonical"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://launchpadlibrarian.net/145980211/bzr-2.6.0.tar.gz"
|
||||
CHECKSUM_SHA256="0994797182eb828867eee81cccc79480bd2946c99304266bc427b902cf91dab0"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2013 Canonical"
|
||||
SOURCE_DIR="bzr-$portVersion"
|
||||
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
|
||||
PATCHES="bzr-2.6.0_gcc2.patchset"
|
||||
fi
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86"
|
||||
@@ -20,17 +22,16 @@ PROVIDES="
|
||||
bzr = $portVersion compat >= 2.6.0
|
||||
cmd:bzr = $portVersion compat >= 2.6.0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libpython2.7$secondaryArchSuffix
|
||||
cmd:python
|
||||
"
|
||||
S="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libpython2.7$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -38,12 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:msgfmt
|
||||
"
|
||||
|
||||
SOURCE_DIR="bzr-$portVersion"
|
||||
|
||||
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
|
||||
PATCHES="bzr-2.6.0_gcc2.patchset"
|
||||
fi
|
||||
|
||||
BUILD()
|
||||
{
|
||||
python setup.py build
|
||||
|
||||
Reference in New Issue
Block a user