mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix recipe breakage.
This commit is contained in:
@@ -24,7 +24,7 @@ SOURCE_URI_2="https://public.msli.com/lcs/muscle/muscle6.11.zip"
|
||||
REVISION="1"
|
||||
CHECKSUM_SHA256_2="7cf3c92095f46e5a0858852e7d387d11fdf8e1e95a4de26b5e68e8319a373340"
|
||||
|
||||
="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -3,10 +3,14 @@ DESCRIPTION="
|
||||
FRiSS is a viewer for atom/rss/rdf feeds that can be run as a replicant.
|
||||
"
|
||||
HOMEPAGE="http://github.com/pulkomandy/fRiSS"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2004 Andreas Herzig (N3S)
|
||||
2010-2014 Adrien Destugues (PulkoMandy)"
|
||||
SOURCE_URI="https://github.com/pulkomandy/fRiSS/archive/v$portVersion.tar.gz"
|
||||
SOURCE_DIR="fRiSS-$portVersion"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
friss = $portVersion
|
||||
app:fRiSS = $portVersion
|
||||
@@ -17,11 +21,13 @@ BUILD_REQUIRES="
|
||||
cmd:gcc
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
if [ x86_gcc2 -ne $buildArchitecture ]; then
|
||||
sed -i 's/lstdc++.r4/lstdc++/' Jamfile
|
||||
cd src
|
||||
fi
|
||||
cd src
|
||||
jam
|
||||
}
|
||||
|
||||
@@ -32,7 +38,3 @@ INSTALL()
|
||||
cp -a bin/* $appsDir/fRiSS
|
||||
addAppDeskbarSymlink $appsDir/fRiSS/friss fRiSS
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2004 Andreas Herzig (N3S)
|
||||
2010-2014 Adrien Destugues (PulkoMandy)"
|
||||
|
||||
Reference in New Issue
Block a user