0
0
Fork 0
haikuports/haiku-apps/rename/rename-3.9.0.recipe

50 lines
1.3 KiB
Bash
Raw Permalink Normal View History

SUMMARY="A Tracker add-on to rename multiple files at once"
DESCRIPTION="ReName! is a Tracker Add-On for HAIKU users. It provides you \
with a way to rename multiple files at once. ReName! allows you to add, \
remove or change file extensions. It also allows you to change the \
capitialization of your files, and do a search and replace on your file \
names. ReName! also allows you to prepend or append text to multiple file \
names!"
2014-12-07 18:52:33 +00:00
HOMEPAGE="https://github.com/bbjimmy/ReName_for_HAIKU"
COPYRIGHT="2000 FlipSide Software"
LICENSE="Public Domain"
2018-09-17 10:54:02 +00:00
REVISION="4"
SOURCE_URI="https://github.com/bbjimmy/ReName_for_HAIKU/archive/3ef452c257ab31c67a277920d5398358301ea5f3.tar.gz"
CHECKSUM_SHA256="553e095ac851f63a603b652f0e0f29c3ebbc7b668a8462c32883e456ac9fa62c"
SOURCE_DIR="ReName_for_HAIKU-3ef452c257ab31c67a277920d5398358301ea5f3"
ARCHITECTURES="all"
2014-12-07 18:52:33 +00:00
PROVIDES="
rename= $portVersion
app:rename = $portVersion
"
REQUIRES="
haiku
2014-12-07 18:52:33 +00:00
"
BUILD_REQUIRES="
haiku_devel
"
2014-12-07 18:52:33 +00:00
BUILD_PREREQUIRES="
2018-08-09 09:26:07 +00:00
makefile_engine
2014-12-07 18:52:33 +00:00
cmd:gcc
cmd:make
"
BUILD()
{
cd source
make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
}
INSTALL()
{
mkdir -p $addOnsDir/Tracker
cp source/ReName $addOnsDir/Tracker/ReName!
mkdir -p $documentationDir/ReName
cd documentation
cp -r * $documentationDir/ReName
2014-12-07 18:52:33 +00:00
}