mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Updated JamMin by removing patches, which were applied to the JamMin repo, and fixing some build and install errors.
This commit is contained in:
@@ -6,7 +6,7 @@ Jamfiles are also used for organizing targets— each Jamfile is a separate \
|
||||
project that can be built independently from the other projects.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/JamMin"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/JamMin.git#681e87d6d4"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/JamMin.git"
|
||||
REVISION="2"
|
||||
COPYRIGHT="2003 Guido Casiraghi"
|
||||
LICENSE="MIT"
|
||||
@@ -33,11 +33,10 @@ REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
PATCHES="jampatch-1.patch"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd source
|
||||
make OBJ_DIR=objects \
|
||||
BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
}
|
||||
@@ -45,6 +44,6 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp objects/JamApp $appsDir
|
||||
cp source/objects/JamApp $appsDir
|
||||
addAppDeskbarSymlink $appsDir/JamApp
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user