You are not logged in.

#1 2004-04-10 11:57:40

Mindaugas
Member
From: Ireland
Registered: 2004-03-25
Posts: 95

VyQChat

http://linux.bydg.org/~yogin/

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.

vyqchat_scrs.jpg

Mindaugas  smile

Offline

#2 2004-04-16 09:24:53

topito
Member
From: Catalonia
Registered: 2004-03-25
Posts: 118
Website

Re: VyQChat

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

#3 2004-04-24 13:00:36

Mindaugas
Member
From: Ireland
Registered: 2004-03-25
Posts: 95

Re: VyQChat

Thanks topito

Offline

Board footer

Powered by FluxBB