Fix recipe: update git, define cmd:filwip

This commit is contained in:
Puck Meerburg
2013-12-05 08:00:21 +01:00
parent d58da7e81d
commit 90d34b2cc2

View File

@@ -2,15 +2,13 @@ SUMMARY="An app to clean all temporary and unwanted files"
DESCRIPTION="
It cleans your hard disk of all unwanted files such as left-over temporary files,
cache files of internet sessions, logs, history files and the like.
FilWip is the successor of the BeOS Clean-Up Manager. The reason why the Clean-Up Manager
was dropped was because it had certain problems that needed almost a complete rewrite to be fixed.
It was not worth doing because I wanted to add more features and change the overall approach.
cache files of internet sessions, logs, history files and the like. It works with
easy to write text files that include information about where the files to delete are.
"
HOMEPAGE="https://sites.google.com/site/appfilwip/home"
SRC_URI="git://github.com/HaikuArchives/FilWip.git#35fa6d11f1174735d0a1dcbcb47d0d6bafa9dc19"
REVISION="1"
SRC_URI="git://github.com/HaikuArchives/FilWip.git#8ec265e771019d31ed63be69cb8cc0d8a271f19b"
REVISION="2"
LICENSE="SPL"
COPYRIGHT="2002 Ramshankar"
@@ -21,6 +19,7 @@ ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
filwip = $portVersion
app:filwip = $portVersion
cmd:filwip = $portVersion
"
REQUIRES="
@@ -31,11 +30,14 @@ BUILD_PREREQUIRES="
cmd:g++
cmd:xres
"
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
"
USER_SETTINGS_FILES="
settings/FilWip_settings
"
BUILD()
{
cd Source
@@ -48,7 +50,11 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir/FilWip
mkdir -p $binDir
cp -rf Plugins $appsDir/FilWip/Plugins
cp FilWip $appsDir/FilWip/FilWip
addAppDeskbarSymlink $appsDir/FilWip/FilWip
ln -s $appsDir/FilWip/FilWip $binDir/FilWip
}