mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-lint recipes.
* rdesktop Removed "." from SUMMARY. Re-ordered blocks. * rebar Removed "." from SUMMARY. Added REQUIRES and BUILD_REQUIRES. Re-ordered blocks. * redoflacs Removed "." from SUMMARY. Re-ordered blocks. * rename Removed "." from SUMMARY. Re-ordered blocks. * rtmpdump Improved SUMMARY. Re-ordered blocks. * rxtx Improved SUMMARY. Fixed COPRIGHT. Re-ordered blocks. * scheherazade_font Removed "." from SUMMARY. Re-ordered blocks. * scrittore Improved SUMMARY. Added REQUIRES and BUILD_REQUIRES. Re-ordered blocks. * sdl_bomber Removed "." from SUMMARY. Re-ordered blocks. * shredder Removed "." from SUMMARY. Added BUILD_REQUIRES. Re-ordered blocks. * simh Re-ordered blocks. Lint warns of unused patch. I does build without. Remove the patch? * snappy Removed "." from SUMMARY. Re-ordered blocks. * spidermonkey Removed "." from SUMMARY. Re-ordered blocks.
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
SUMMARY="A Tracker add-on that provides you with a way 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!
|
||||
"
|
||||
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!"
|
||||
HOMEPAGE="https://github.com/bbjimmy/ReName_for_HAIKU"
|
||||
COPYRIGHT="2000 FlipSide Software"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/bbjimmy/ReName_for_HAIKU/archive/1.0.tar.gz"
|
||||
CHECKSUM_SHA512="f13f3a022dab3305c35af0a149711e9e304b00082835115aea3ca8eafa7026cf15613e8f932466e16050dc8282fdcdc16ea3b0d4dc257db09442e16a69c939ae"
|
||||
SOURCE_DIR="ReName_for_HAIKU-1.0"
|
||||
REVISION="1"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="
|
||||
2000 FlipSide Software
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -24,14 +22,15 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
makefile_engine
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user