mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Updated friss to version 24, this fixes the build.
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
DESCRIPTION="friss is a viewer for rss/rdf feeds that can be run as a replicant"
|
||||
HOMEPAGE="http://pulkomandy.lexinfo.fr/projects/friss#23"
|
||||
SRC_URI="svn+svn://pulkomandy.lexinfo.fr/friss"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
#CHECKSUM_MD5=""
|
||||
BUILD {
|
||||
cd friss-23/src
|
||||
jam
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd friss-23
|
||||
}
|
||||
|
||||
#LICENSE=""
|
||||
#COPYRIGHT=""
|
||||
21
haiku-apps/friss/friss-24.bep
Normal file
21
haiku-apps/friss/friss-24.bep
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="FRiSS is a viewer for rss/rdf feeds that can be run as a replicant"
|
||||
HOMEPAGE="http://pulkomandy.lexinfo.fr/projects/friss#24"
|
||||
SRC_URI="svn+svn://pulkomandy.lexinfo.fr/friss"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
#CHECKSUM_MD5=""
|
||||
BUILD {
|
||||
cd friss-24/src
|
||||
jam
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd friss-24
|
||||
mkdir -p ${DESTDIR}/boot/apps/FRiSS
|
||||
cp -a bin/common/apps/friss/. ${DESTDIR}/boot/apps/FRiSS
|
||||
cp -a Documentation ${DESTDIR}/boot/apps/FRiSS
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2004 Andreas Herzig (N3S)
|
||||
2010 Adrien Destugues"
|
||||
Reference in New Issue
Block a user