Update and improve BePodder recipe

Include help and tutorial documents.
Move everything in a $appsDir/BePodder sub-folder.
Re-order blocks.
Improve DESCRIPTION, there's no special registered version anymore.
Update to latest commit of BePodder.
This commit is contained in:
Humdinger
2015-08-15 18:54:34 +02:00
parent 95f281cd1a
commit 677c99a1e3

View File

@@ -1,10 +1,10 @@
SUMMARY="A media aggregator (and more)"
DESCRIPTION="
BePodder helps you to find, subscribe to, and download multimedia contents.
It allows you to easily enjoy audio, video, images and news published around \
the web in RSS format. It's a Podcaster software.
DESCRIPTION="BePodder helps you to find, subscribe to, and download \
multimedia contents. It allows you to easily enjoy audio, video, images and \
news published around the web in RSS format. It's a Podcaster software.
BePodder includes many cool features:
* Easy to use yet powerful Graphical User Interface
* Handles all news/podcast feeds in RSS 0.9, 2.0, Atom, RDF and iTunes
* Fully integrated with BFS
@@ -17,22 +17,15 @@ Unzip / etc.
* BePodder is 100% adwares/spywares free
* You don't need an iPod or any kind of MP3 player to use and enjoy BePodder
* The same licence-keyfile can be use on to unlock BeOS R5, Haiku and Zeta \
version
The registered version adds some more nice features:
* Unlimited number of channels
* Small Channel view
version
* Proxy support
* Automatic channels check
* Up to 5 enclosure downloads at the same time (multithreading)
BePodder is freeware, you need to install BePodder FREE licence key-file.
"
* Up to 5 enclosure downloads at the same time (multi-threading)"
HOMEPAGE="https://github.com/HaikuArchives/BePodder"
SOURCE_URI="git://github.com/HaikuArchives/BePodder#0e3877a"
COPYRIGHT="2006-2007 Funky Idea Software"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="git://github.com/HaikuArchives/BePodder#1ff344994cb5799192fd3ed693e4a378676a543e"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
@@ -45,12 +38,13 @@ REQUIRES="
lib:libcurl$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcurl$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
cmd:make
makefile_engine
@@ -67,8 +61,9 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir
cp -r sources/objects/BePodder $appsDir
mkdir -p $appsDir/BePodder
cp sources/objects/BePodder $appsDir/BePodder
cp -r release/* $appsDir/BePodder
addAppDeskbarSymlink $appsDir/BePodder
addAppDeskbarSymlink $appsDir/BePodder/BePodder
}