mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
Add recipe for FilWip v0.1.1
and remove v0.1.0
This commit is contained in:
58
haiku-apps/filwip/filwip-1.0.1.recipe
Normal file
58
haiku-apps/filwip/filwip-1.0.1.recipe
Normal file
@@ -0,0 +1,58 @@
|
||||
SUMMARY="A tool to clean temporary and unwanted files"
|
||||
DESCRIPTION="It cleans your hard disk of unwanted files such as left-over \
|
||||
temporary files, 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"
|
||||
COPYRIGHT="2002 Ramshankar"
|
||||
LICENSE="SPL"
|
||||
REVISION="1"
|
||||
commit="8dbfca56d9e7a64663444f65a73537dff6465123"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/filwip/archive/$commit.tar.gz"
|
||||
CHECKSUM_SHA256="77cefc428c3a4477e899af7687258a3835953817a0f9badee8aee5ac523a8a9d"
|
||||
SOURCE_FILENAME="filwip-$commit.tar.gz"
|
||||
SOURCE_DIR="FilWip-$commit"
|
||||
ADDITIONAL_FILES="install_plugins.sh"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
filwip = $portVersion
|
||||
app:FilWip = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:make
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="settings/FilWip directory keep-old"
|
||||
POST_INSTALL_SCRIPTS="$relativePostInstallDir/install_plugins.sh"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs -C Source
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/FilWip
|
||||
cp -rf Docs $appsDir/FilWip/Docs
|
||||
cp -a FilWip $appsDir/FilWip
|
||||
|
||||
addAppDeskbarSymlink $appsDir/FilWip/FilWip
|
||||
|
||||
mkdir -p $dataDir/FilWip
|
||||
cp -rf Plugins $dataDir/FilWip/Plugins
|
||||
|
||||
mkdir -p $postInstallDir
|
||||
cp $portDir/additional-files/install_plugins.sh $postInstallDir
|
||||
}
|
||||
Reference in New Issue
Block a user