mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
35 lines
707 B
Plaintext
35 lines
707 B
Plaintext
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"
|
|
REVISION="1"
|
|
ARCHITECTURES="x86_gcc2 x86"
|
|
PROVIDES="
|
|
friss = $portVersion
|
|
app:friss = $portVersion
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
cmd:jam
|
|
cmd:gcc
|
|
haiku_devel >= $haikuVersion
|
|
"
|
|
BUILD()
|
|
{
|
|
if [ x86_gcc2 -ne $buildArchitecture ]; then
|
|
sed -i 's/lstdc++.r4/lstdc++/' Jamfile
|
|
fi
|
|
jam
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
mkdir -p $appsDir/fRiSS
|
|
cp -a friss $appsDir/fRiSS/
|
|
addAppDeskbarSymlink $appsDir/fRiSS/friss fRiSS
|
|
}
|
|
|
|
LICENSE="MIT"
|
|
COPYRIGHT="2004 Andreas Herzig (N3S)
|
|
2010-2013 Adrien Destugues (PulkoMandy)"
|