mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
New recipe for Vision 0.10.1
This commit is contained in:
52
haiku-apps/vision/vision-0.10.1.recipe
Normal file
52
haiku-apps/vision/vision-0.10.1.recipe
Normal file
@@ -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="564adec08838427c934e35f5f35082bdccb5740c93522ceb4965287b81fe036c"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user