You are not logged in.

#1 2005-02-05 17:21:28

moret
Member
From: València, Països Catalans
Registered: 2005-01-25
Posts: 26

[new] tmsnc-0.1.5

I made the tmsnc pkgbuild, a textbased MSN client with ncurses:

# Contributor: Sergio Jovani Guzman <moret@paretux.org>

pkgname=tmsnc
pkgver=0.1.5
pkgrel=1
pkgdesc="Textbased MSN Client"
url="http://tmsnc.sourceforge.net/"
depends=('openssl>=0.9.7d' 'ncurses>=5.4')
source=(http://dl.sourceforge.net/tmsnc/$pkgname-$pkgver.tar.gz)
md5sums=('de7d85838f4938636fef9026e3e38532')

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

ArchLinux
2.6.11.7-ARCH
KDE 3.4
ADSL 512/128

Offline

Board footer

Powered by FluxBB