mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
Small changes to DESCRIPTION/SUMMARY, reordering blocks
* subversion Smuggled in a "svn" as people do search for that * mercurial Smuggled in a "hg" as people do search for that * vision Improved DESCRIPTION
This commit is contained in:
@@ -1,22 +1,21 @@
|
||||
SUMMARY="IRC client for Haiku"
|
||||
DESCRIPTION="
|
||||
Vision is an IRC client for Haiku.
|
||||
"
|
||||
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 BeOS/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-2010 The Vision Team"
|
||||
LICENSE="MPL v1.1"
|
||||
REVISION="3"
|
||||
HOMEPAGE="http://vision.sourceforge.net/"
|
||||
SOURCE_URI="http://haiku-files.org/distfiles/vision-0.9.7.r949.tar.gz"
|
||||
CHECKSUM_SHA256="9718be3a3b374ae280728e6fc2257d5e5430574c4c81b8b1dabeee14eadee638"
|
||||
LICENSE="MPL v1.1"
|
||||
COPYRIGHT="1999-2010 The Vision Team"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
|
||||
if [ $targetArchitecture != x86_gcc2 ]; then
|
||||
PATCHES="vision-0.9.7-gcc4.patch"
|
||||
fi
|
||||
|
||||
ADDITIONAL_FILES="InitialSettings"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
vision = $portVersion
|
||||
app:Vision = $portVersion
|
||||
@@ -24,10 +23,11 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:find
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
@@ -38,7 +38,6 @@ USER_SETTINGS_FILES="
|
||||
settings/Vision directory
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user