mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Add FilWip recipe
This commit is contained in:
54
haiku-apps/filwip/filwip-1.0.0.recipe
Normal file
54
haiku-apps/filwip/filwip-1.0.0.recipe
Normal file
@@ -0,0 +1,54 @@
|
||||
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.
|
||||
"
|
||||
|
||||
HOMEPAGE="https://sites.google.com/site/appfilwip/home"
|
||||
SRC_URI="git://github.com/HaikuArchives/FilWip.git#35fa6d11f1174735d0a1dcbcb47d0d6bafa9dc19"
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="SPL"
|
||||
COPYRIGHT="2002 Ramshankar"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
filwip = $portVersion
|
||||
app:filwip = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd Source
|
||||
g++ -o ../FilWip -lbe -ltranslation -ltracker *.cpp */*.cpp
|
||||
rc -o ../FilWip.rsrc FilWip.rdef
|
||||
xres -o ../FilWip ../FilWip.rsrc
|
||||
mimeset -f ../FilWip
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/FilWip
|
||||
cp -rf Plugins $appsDir/FilWip/Plugins
|
||||
cp FilWip $appsDir/FilWip/FilWip
|
||||
addAppDeskbarSymlink $appsDir/FilWip/FilWip
|
||||
}
|
||||
Reference in New Issue
Block a user