updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / rhapsody / PKGBUILD
blob9556dcfab5d769ad6a095b573851c9b901632b07
1 pkgname=rhapsody
2 pkgver=0.28b
3 pkgrel=3
4 arch=('i686' 'x86_64')
5 pkgdesc="Rhapsody is a text console IRC client for Unix operating systems. It is small, fast, portable and easy to use, yet it is full featured. The thing that separates it from the crowd is its intuitive menu driven user interface."
6 url="http://rhapsody.sourceforge.net/"
7 license="GPL"
8 depends=('ncurses')
9 source=(http://downloads.sourceforge.net/project/rhapsody/rhapsody/Rhapsody%20IRC%200.28b/rhapsody_0.28b.tgz)
10 md5sums=('0792de636a2625a826491e387fcb1305')
12 build() {
13   cd $startdir/src/$pkgname-$pkgver
14   ./configure -i /usr/bin -d /usr/share/doc/rhapsody
15   make clean || return 1
16   make INSTALLPATH=$startdir/pkg/usr/bin INSTDOCSPATH=$startdir/pkg/usr/share/doc/rhapsody install