Dear ,

Qterm is a bbs client,it is not in arch repo now,here is a PKGBUILD.

-----

# $Id: PKGBUILD,v 1.78 2005/06/04 12:44:52 jgc Exp $
# Contributor: henry <[EMAIL PROTECTED]>
# Maintainor: kingson <[EMAIL PROTECTED]>
pkgname=qterm
pkgver=0.4.0pre3
pkgrel=1
pkgdesc="A BBS Client in Linux"
url="http://qterm.sourceforge.net";
depends=('qt')
source=(http://dl.sourceforge.net/sourceforge/qterm/qterm-$pkgver.tar.gz)
#md5sums=('')


build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

-----
wd <wd#caphbook.com>
2005-9-12 10:25:12

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to