Files
haikuports/haiku-apps/vision/vision-0.9.8.recipe
Humdinger 0ebb310f05 Vision: Increase revision
For some reason, Vision needed to be rebuilt for gcc5...
2017-03-10 16:27:40 +01:00

53 lines
1.1 KiB
Bash

SUMMARY="An IRC client"
DESCRIPTION="Vision is an IRC (Internet Relay Chat) client, originally for \
BeOS, now for Haiku. The goal of this project is to provide the Haiku \
community with an elegant, fast, and--most importantly--stable client to \
communicate with other users and make new friends around the world."
COPYRIGHT="1999-2015 The Vision Team"
LICENSE="MPL v1.1"
REVISION="3"
HOMEPAGE="https://github.com/HaikuArchives/Vision/"
SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="276508a998b462c861e81e357720cb410ba6477566186d5ea10309adae239826"
SOURCE_DIR="Vision-$portVersion"
PATCHES="vision-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
vision = $portVersion
app:Vision = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:make
cmd:g++
cmd:ld
"
USER_SETTINGS_FILES="
settings/Vision directory
"
BUILD()
{
cd src
make $jobArgs
cd ..
}
INSTALL()
{
visionDir=$appsDir/Vision
mkdir -p $appsDir
cp -r dist $visionDir
addAppDeskbarSymlink $visionDir/Vision
}