mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
De-lint recipes.
* allegro Don't start SUMMARY with app name. Re-ordered blocks * bzip2 Don't start SUMMARY with app name. Re-ordered blocks * caya Don't start SUMMARY with app name. Re-ordered blocks * clucene Don't start SUMMARY with app name. Re-ordered blocks * cyassl Don't start SUMMARY with app name. Re-ordered blocks * digiclock Don't start SUMMARY with app name. Re-ordered blocks * dockbert Don't start SUMMARY with app name. Re-ordered blocks * docutils Don't start SUMMARY with app name. Re-ordered blocks * dos2unix Don't start SUMMARY with app name. Re-ordered blocks * ducksaver Don't start SUMMARY with app name. Re-ordered blocks * erlang Don't start SUMMARY with app name. Re-ordered blocks * fdupes Don't start SUMMARY with app name. Re-ordered blocks * figlet (old BEP style) Don't start SUMMARY with app name. Re-ordered blocks * flac Don't start SUMMARY with app name. Re-ordered blocks * gdal Don't start SUMMARY with app name. Re-ordered blocks * gemrb Don't start SUMMARY with app name. Re-ordered blocks * giflib Don't start SUMMARY with app name. Re-ordered blocks * glib Don't start SUMMARY with app name. Re-ordered blocks * globe Don't start SUMMARY with app name. Re-ordered blocks * gmp Don't start SUMMARY with app name. Re-ordered blocks
This commit is contained in:
@@ -1,19 +1,15 @@
|
||||
SUMMARY="Caya is a multiprotocol IM client"
|
||||
DESCRIPTION="
|
||||
Caya is a multiprotocol chat client for Haiku. It supports msn, aim, jabber, \
|
||||
google talk, and facebook.
|
||||
"
|
||||
SUMMARY="A multi-protocol IM client"
|
||||
DESCRIPTION="Caya is a multi-protocol chat client for Haiku. It supports \
|
||||
msn, aim, jabber, google talk, and facebook."
|
||||
HOMEPAGE="http://www.versut.com/caya/"
|
||||
COPYRIGHT="2009-2011 Andrea Anzani
|
||||
2010-2015 Dario Casalinuovo
|
||||
2009-2011 Pier Luigi Fiorini"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/Barrett17/Caya/archive/caya-0.0.3.tar.gz"
|
||||
CHECKSUM_SHA256="cb4580557671cdd7cc74d8cfd1301e407d266f71145dea8aa96d5c42daec397a"
|
||||
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="
|
||||
2009-2011 Andrea Anzani
|
||||
2010-2015 Dario Casalinuovo
|
||||
2009-2011 Pier Luigi Fiorini
|
||||
"
|
||||
SOURCE_DIR="Caya-caya-0.0.3"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
# no secondary architectures due to Deskbar's replicant handeling.
|
||||
@@ -27,6 +23,7 @@ REQUIRES="
|
||||
lib:libexpat
|
||||
lib:libssl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libexpat
|
||||
@@ -40,7 +37,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:tr
|
||||
cmd:which
|
||||
"
|
||||
SOURCE_DIR=Caya-caya-0.0.3
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user