From 01e34c67e91b8f6eafbee8d3a59858cb9a6921c3 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 8 Oct 2017 11:04:34 +0200 Subject: [PATCH] New Vision recipe for 0.10.2 --- haiku-apps/vision/vision-0.10.2.recipe | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 haiku-apps/vision/vision-0.10.2.recipe diff --git a/haiku-apps/vision/vision-0.10.2.recipe b/haiku-apps/vision/vision-0.10.2.recipe new file mode 100644 index 000000000..b03fe8bf0 --- /dev/null +++ b/haiku-apps/vision/vision-0.10.2.recipe @@ -0,0 +1,52 @@ +SUMMARY="A fast and full-featured native IRC client for Haiku" +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-2017 The Vision Team" +LICENSE="MPL v1.1" +REVISION="1" +HOMEPAGE="https://github.com/HaikuArchives/Vision/" +SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="3d2c8b43c106d8b28a6cd407a1f6a09ccc4b5c366ce9ec5cfe78e46867e37302" +SOURCE_DIR="Vision-$portVersion" +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 + make bindcatalogs + cd .. +} + +INSTALL() +{ + visionDir=$appsDir/Vision + mkdir -p $appsDir + + cp -r dist $visionDir + addAppDeskbarSymlink $visionDir/Vision +}