Skip to content

Instantly share code, notes, and snippets.

@mdales
Created May 15, 2014 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdales/83a99f9afe948ae903bb to your computer and use it in GitHub Desktop.
Save mdales/83a99f9afe948ae903bb to your computer and use it in GitHub Desktop.
SUMMARY="Irssi is a command line irc client"
DESCRIPTION="Irssi is a command line irc client"
HOMEPAGE="http://www.irssi.org/"
SRC_URI="http://www.irssi.org/files/irssi-0.8.16-rc1.tar.gz"
CHECKSUM_SHA256="bb6c0125db30b697f80837941c17372b7484c64d57a6920b8bfa7ee3def92de3"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SOURCE_DIR="irssi-0.8.16-rc1"
PROVIDES="
irssi = $portVersion
cmd:irssi = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
lib:libncurses
lib:libgettextlib_0.18.1
lib:libglib_2.0
lib:libiconv
"
BUILD_REQUIRES="
devel:libncurses
devel:libgettextlib_0.18.1
devel:libglib_2.0
devel:libiconv
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:aclocal
cmd:autoconf
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize
cmd:make
cmd:pkg_config
cmd:sed
"
PATCHES="
irssi-0.8.16_rc1.patchset
"
BUILD()
{
runConfigure ./configure --with-ncurses=/packages/ncurses-devel-5.9-10/ncurses/lib
make
}
INSTALL()
{
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1999-2012 Timo Sirainen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment