mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
irssi: bump version
This commit is contained in:
@@ -1,68 +0,0 @@
|
||||
SUMMARY="A text-based IRC client"
|
||||
DESCRIPTION="Irssi is an IRC client written in the C programming language.\
|
||||
It uses a text-mode user interface. Numerous Perl scripts have been \
|
||||
made available for Irssi to customise how it looks and operates. Plugins \
|
||||
are available which add encryption and protocols such as ICQ and XMPP."
|
||||
HOMEPAGE="https://irssi.org/"
|
||||
COPYRIGHT="1999-2016 Timo Sirainen"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/irssi/irssi/releases/download/$portVersion/irssi-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e560f537ca878471e64a3e9aee6967539717557a6edfd1746098b0481d5a5ad1"
|
||||
SOURCE_DIR="irssi-$portVersion"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/irssi.conf keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
irssi = $portVersion
|
||||
cmd:irssi
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libglib_2.0
|
||||
lib:libiconv
|
||||
lib:libintl
|
||||
lib:libncursesw
|
||||
lib:libperl
|
||||
lib:libssl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libglib_2.0
|
||||
devel:libncursesw
|
||||
devel:libssl
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:gcc
|
||||
cmd:git
|
||||
cmd:ld
|
||||
cmd:libtoolize
|
||||
cmd:links
|
||||
cmd:make
|
||||
cmd:perl
|
||||
cmd:pkg_config
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
chmod +x autogen.sh irssi-version.sh file2header.sh
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --with-perl=module --with-socks \
|
||||
--with-proxy --enable-true-color
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install-strip
|
||||
|
||||
rm $libDir/irssi/modules/lib*.la
|
||||
}
|
||||
@@ -4,7 +4,7 @@ It uses a text-mode user interface. Numerous Perl scripts have been \
|
||||
made available for Irssi to customise how it looks and operates. Plugins \
|
||||
are available which add encryption and protocols such as ICQ and XMPP."
|
||||
HOMEPAGE="https://irssi.org/"
|
||||
COPYRIGHT="1999-2018 Timo Sirainen
|
||||
COPYRIGHT="1999-2019 Timo Sirainen
|
||||
Valentin Batz (senneth, vb)
|
||||
Wouter Coekaerts (coekie)
|
||||
Jochen Eisinger (c0ffee)
|
||||
@@ -93,9 +93,9 @@ COPYRIGHT="1999-2018 Timo Sirainen
|
||||
xavierog"
|
||||
LICENSE="GNU GPL v2
|
||||
OpenSSL GPL2 exception"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/irssi/irssi/releases/download/$portVersion/irssi-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ea36959398f8c3d8f52065818e3c1500908390dd5d1125ece1a382e77cb84925"
|
||||
CHECKSUM_SHA256="fd8b0ef2544fdb691211293dded3dcf6ed87f21781db19e7df62ead797f18a06"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
|
||||
Reference in New Issue
Block a user