mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Update recipe for fRiSS.
This commit is contained in:
@@ -2,8 +2,9 @@ SUMMARY="RSS and ATOM feeds reader"
|
|||||||
DESCRIPTION="
|
DESCRIPTION="
|
||||||
FRiSS is a viewer for atom/rss/rdf feeds that can be run as a replicant.
|
FRiSS is a viewer for atom/rss/rdf feeds that can be run as a replicant.
|
||||||
"
|
"
|
||||||
HOMEPAGE="http://pulkomandy.tk/projects/friss"
|
HOMEPAGE="http://github.com/pulkomandy/fRiSS"
|
||||||
SRC_URI="svn://pulkomandy.tk/friss/src#44"
|
SRC_URI="https://github.com/pulkomandy/fRiSS/archive/v$portVersion.tar.gz"
|
||||||
|
SOURCE_DIR="fRiSS-$portVersion"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
ARCHITECTURES="x86_gcc2 x86"
|
ARCHITECTURES="x86_gcc2 x86"
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
@@ -21,16 +22,18 @@ BUILD()
|
|||||||
if [ x86_gcc2 -ne $buildArchitecture ]; then
|
if [ x86_gcc2 -ne $buildArchitecture ]; then
|
||||||
sed -i 's/lstdc++.r4/lstdc++/' Jamfile
|
sed -i 's/lstdc++.r4/lstdc++/' Jamfile
|
||||||
fi
|
fi
|
||||||
|
cd src
|
||||||
jam
|
jam
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
mkdir -p $appsDir/fRiSS
|
mkdir -p $appsDir/fRiSS
|
||||||
cp -a friss $appsDir/fRiSS/
|
cp -a src/friss $appsDir/fRiSS/
|
||||||
|
cp -a bin/* $appsDir/fRiSS
|
||||||
addAppDeskbarSymlink $appsDir/fRiSS/friss fRiSS
|
addAppDeskbarSymlink $appsDir/fRiSS/friss fRiSS
|
||||||
}
|
}
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
COPYRIGHT="2004 Andreas Herzig (N3S)
|
COPYRIGHT="2004 Andreas Herzig (N3S)
|
||||||
2010-2013 Adrien Destugues (PulkoMandy)"
|
2010-2014 Adrien Destugues (PulkoMandy)"
|
||||||
Reference in New Issue
Block a user