0
0
Fork 0
haikuports/haiku-apps/peek/peek-20140206.recipe

46 lines
961 B
Bash
Raw Permalink Normal View History

2015-08-04 05:25:40 +00:00
SUMMARY="Free image browser and viewer"
DESCRIPTION="Peek is a free image browser and viewer with the aim of of \
being small, fast, efficient, very functional and intuitive."
2014-12-05 18:27:31 +00:00
HOMEPAGE="https://github.com/HaikuArchives/Peek"
COPYRIGHT="2001 Durand John Miller"
LICENSE="BSD (3-clause)"
2015-08-04 05:25:40 +00:00
REVISION="1"
2018-09-17 06:05:55 +00:00
srcGitRev="0ec2275529021acc1192f98628029747c1580df7"
SOURCE_URI="https://github.com/HaikuArchives/Peek/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="34003ff1124c3a2ea6e64d30afd6d60763e4cc846c54f64d5873ca43400983e0"
SOURCE_DIR="Peek-$srcGitRev"
2014-12-05 18:27:31 +00:00
ARCHITECTURES="x86_gcc2"
PROVIDES="
peek = $portVersion
app:Peek = $portVersion
"
REQUIRES="
haiku
2014-12-05 18:27:31 +00:00
"
2016-02-17 19:26:37 +00:00
BUILD_REQUIRES="
haiku_devel
"
2014-12-05 18:27:31 +00:00
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
2018-08-09 09:26:07 +00:00
cmd:gcc
cmd:make
2014-12-05 18:27:31 +00:00
"
BUILD()
{
cd source
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir/Peek
cp source/objects/Peek $appsDir/Peek/Peek
cp -r languages $appsDir/Peek/
addAppDeskbarSymlink $appsDir/Peek/Peek
}