You are not logged in.
# Contributor: Ben Bytheway <ben@vrusp.com>
pkgname=nstcl
pkgver=1.2
pkgrel=1
pkgdesc="nstcl is a Tcl package which reimplements many of the useful APIs and commands from AOLserver and OpenACS, making them available for use in Tcl/Tk applications & scripts."
url="http://nstcl.sourceforge.net/"
depends=(tcl tcllib)
makedepends=(tcl tcllib)
source=(http://dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz)
md5sums=('13534effb473b1c8a28ed8e0fafe6f99')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=$startdir/pkg/usr
make install
}
Offline