You are not logged in.
Pages: 1
VyQChat
VyQChat is a real-time, text-based, serverless chat program dedicated to LANs, that runs on Linux using Qt/X11 library. It is almost 100% compatible with Vypress Chat(TM) for Windows. It allows you to chat with friends on public or private channels, send and recieve messages etc. The GUI is meant to be user-friendly and lets you to do most things with mouse. There is also optional sound support. VyQChat has been written in C++ and requires Qt library, version 3.x.
Mindaugas
Offline
pkgname=vyqchat
pkgver=0.2.5
pkgrel=1
pkgdesc="Real-time, text-based, serverless chat program dedicated to LANs"
url="http://digikam.sourceforge.net"
depends=('qt')
source=(http://linux.bydg.org/~yogin/$pkgname-$pkgver.tar.gz)
md5sums=('64f2370ebbfdd0be7279b799a97e9593')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
It works with that PKGBUILD.
Offline
Offline
Pages: 1