1SUMMARY="A text console IRC client"
2DESCRIPTION="Rhapsody is a text console IRC client for Unix operating \
3systems. It is small, fast, portable, easy to use and full featured. \
4An intuitive menu-driven user interface makes rhapsody ideal for \
5beginner to intermediate users."
6HOMEPAGE="http://rhapsody.sourceforge.net/"
7COPYRIGHT="2006 Adrian Gonera"
8LICENSE="GNU GPL v2"
9REVISION="3"
10SOURCE_URI="https://sourceforge.net/projects/rhapsody/files/rhapsody/Rhapsody%20IRC%200.28b/rhapsody_0.28b.tgz"
11CHECKSUM_SHA256="606d767f9bd4c810343b1ce94492f4aaf993552edee090ec881627b29294b4dd"
12SOURCE_DIR="rhapsody-0.28b"
13PATCHES="rhapsody_irc-$portVersion.patch"
14
15ARCHITECTURES="all"
16
17PROVIDES="
18	rhapsody_irc = $portVersion
19	cmd:rhapsody
20	"
21REQUIRES="
22	haiku
23	lib:libncurses
24	"
25
26BUILD_REQUIRES="
27	haiku_devel
28	devel:libncurses
29	"
30BUILD_PREREQUIRES="
31	cmd:gcc
32	cmd:make
33	"
34
35BUILD()
36{
37	./configure -i $binDir -d $docDir
38	make clean
39	make $jobArgs
40}
41
42INSTALL()
43{
44	make install
45}
46