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="
|
||||
FRiSS is a viewer for atom/rss/rdf feeds that can be run as a replicant.
|
||||
"
|
||||
HOMEPAGE="http://pulkomandy.tk/projects/friss"
|
||||
SRC_URI="svn://pulkomandy.tk/friss/src#44"
|
||||
HOMEPAGE="http://github.com/pulkomandy/fRiSS"
|
||||
SRC_URI="https://github.com/pulkomandy/fRiSS/archive/v$portVersion.tar.gz"
|
||||
SOURCE_DIR="fRiSS-$portVersion"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
PROVIDES="
|
||||
@@ -21,16 +22,18 @@ BUILD()
|
||||
if [ x86_gcc2 -ne $buildArchitecture ]; then
|
||||
sed -i 's/lstdc++.r4/lstdc++/' Jamfile
|
||||
fi
|
||||
cd src
|
||||
jam
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
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
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2004 Andreas Herzig (N3S)
|
||||
2010-2013 Adrien Destugues (PulkoMandy)"
|
||||
2010-2014 Adrien Destugues (PulkoMandy)"
|
||||
Reference in New Issue
Block a user