Fix Quassel-0.10 recipe.

Was missing patch and needed checksum. Also tweaked the description and Zlib dependency.
This commit is contained in:
Augustin Cavalier
2014-06-20 16:07:43 -04:00
parent 24635986f7
commit b0359a06a5
2 changed files with 58 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
SUMMARY="Quassel IRC."
SUMMARY="Quassel IRC"
DESCRIPTION="
Quassel IRC is a modern, cross-platform, distributed IRC client,
meaning that one (or multiple) client(s) can attach to and detach
@@ -6,19 +6,18 @@ from a central core -- much like the popular combination of screen
and a text-based IRC client such as WeeChat, but graphical. In
addition to this unique feature, we aim to bring a pleasurable,
comfortable chatting experience to all major platforms (including
Linux, Windows, and MacOS X as well as Android smartphones), making
Linux, Windows, and Mac OS X as well as Android smartphones), making
communication with your peers not only convenient, but also
ubiquitous available.
"
easily available."
HOMEPAGE="http://quassel-irc.org"
SRC_URI="http://quassel-irc.org/pub/quassel-0.10.0.tar.bz2"
CHECKSUM_MD5="382466a7790979c172b7d7edf10a2981"
REVISION="1"
CHECKSUM_SHA256="68228ce23aa3a992add3d00cb1e8b4863d8ca64bea99c881edf6d16ff9ec7c23"
REVISION="2"
LICENSE="
GNU GPL v2
GNU GPL v3
"
COPYRIGHT="2005-2014, the Quassel IRC Team"
COPYRIGHT="2005-2014 The Quassel IRC Team"
ARCHITECTURES="x86"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
@@ -38,7 +37,8 @@ PROVIDES="
REQUIRES="
haiku${secondaryArchSuffix} >= $haikuVersion
qtcore${secondaryArchSuffix} >= 4.8
libqt4${secondaryArchSuffix} >= 4.8
lib:libz${secondaryArchSuffix}
"
PATCHES="
@@ -54,7 +54,8 @@ BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
qtcore${secondaryArchSuffix}_devel >= 4.8
libqt4${secondaryArchSuffix}_devel >= 4.8
devel:libz${secondaryArchSuffix}
"
BUILD()
@@ -62,7 +63,7 @@ BUILD()
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="g++" ..
make
make $jobArgs
}
INSTALL()