rhapsody: initial commit (0.28b-1)

This commit is contained in:
Jose V Beneyto 2007-01-17 01:46:09 +01:00
parent ed49621752
commit 2482a2486b
3 changed files with 24 additions and 0 deletions

3
rhapsody/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rhapsody

1
rhapsody/.md5sum Normal file
View File

@ -0,0 +1 @@
0792de636a2625a826491e387fcb1305 rhapsody_0.28b.tgz

20
rhapsody/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# $Id: $
# Description: Text console IRC client with intuitive menu driven user interface.
# URL: http://rhapsody.sourceforge.net/
# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
# Depends on: ncurses
name=rhapsody
version=0.28b
release=1
source=(http://dl.sourceforge.net/sourceforge/${name}/${name}_${version}.tgz)
build() {
cd ${name}-${version}
./configure
make clean
make
install -d $PKG/usr/bin
install -m 755 $name $PKG/usr/bin/$name
}