Fix recipe breakage.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:38:45 -04:00
parent 14a8a72979
commit c0d9a713cc
2 changed files with 8 additions and 6 deletions

View File

@@ -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="

View File

@@ -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)"