mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Tracker add-on to take snapshots of files or folders"
|
||||
SUMMARY="Tracker add-on to take snapshots of files or folders"
|
||||
DESCRIPTION="This Tracker add-on lets you take snapshots of a folder, saving it \
|
||||
as zip file, with a timestamp, to a preset folder. Snapshots are \
|
||||
currently saved to /boot/home/Snapshots"
|
||||
@@ -11,19 +11,19 @@ ARCHITECTURES="x86_gcc2"
|
||||
|
||||
USER_SETTINGS_FILES="settings/Kirilla/Snapshot/settings"
|
||||
|
||||
PROVIDES="
|
||||
PROVIDES="
|
||||
snapshot = $portVersion
|
||||
addon:snapshot = $portVersion
|
||||
addon:snapshot = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
haiku
|
||||
"
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
@@ -31,7 +31,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd Source
|
||||
cd Source
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user