Files
haikuports/haiku-apps/butterfly/butterfly-1.6.2.recipe
Jerome Duval fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00

47 lines
1.0 KiB
Bash

SUMMARY="A picture browser based on the translators"
DESCRIPTION="
Butterfly is a picture browser based on the translators for displaying
bitmap images. It was inspired by Sea, a DOS picture browser.
Its aim is to allow easy and fast browsing of an important number of pictures."
HOMEPAGE="http://oxben.free.fr/butterfly/Butterfly.html"
COPYRIGHT="2006 Thomas Thery"
LICENSE="MIT"
REVISION="2"
srcGitRev="45a5b62963e26386b22ce79f8a9f92256daa7a88"
SOURCE_URI="https://github.com/HaikuArchives/Butterfly/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="19d39b4c24539a85d64868bbcc874eac99a51a2c66d48b890edcd1e3f91a41d1"
SOURCE_DIR="Butterfly-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
butterfly = $portVersion
app:Butterfly = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"
BUILD()
{
cd source
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir
cp source/objects/Butterfly $appsDir
addAppDeskbarSymlink $appsDir/Butterfly
}