mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix jobArgs and add deskbar entry for Beam
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY="An e-mail client."
|
||||
HOMEPAGE="http://beam.sourceforge.net"
|
||||
SRC_URI="git://beam.git.sourceforge.net/gitroot/beam/beam"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
PROVIDES="
|
||||
beam = $portVersion
|
||||
@@ -26,7 +26,7 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
BUILD()
|
||||
{
|
||||
jam -q -j$jobArgs
|
||||
jam -q $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
@@ -39,6 +39,8 @@ INSTALL()
|
||||
cd ${appsDir}/Beam/tools
|
||||
ln -s ../lib .
|
||||
ln -s ../add-ons .
|
||||
|
||||
addAppDeskbarSymlink ${appsDir}/Beam/Beam
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2012 Oliver Tappe"
|
||||
|
||||
Reference in New Issue
Block a user