You are not logged in.

#1 2004-04-15 20:40:36

bytheway
Member
Registered: 2004-04-15
Posts: 3

[lib: libraries] tcllib

Tcllib is the standard library for tcl.

# Contributor: Ben Bytheway <ben@vrusp.com>

pkgname=tcllib
pkgver=1.6
pkgrel=1
pkgdesc="The Standardized Tcl library"
url="http://tcllib.sourceforge.net/"
depends=(tcl)
makedepends=(tcl)
source=(http://dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('bb4cb76b5b59bd0603e7a5aff006e54f')

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

Offline

#2 2005-04-29 05:32:28

jftaylor21
Member
From: Arch Linux Forums
Registered: 2004-02-21
Posts: 237

Re: [lib: libraries] tcllib

tcllib is now version 1.7.
version 1.6 will not download

Offline

#3 2005-04-29 08:12:49

droog
Member
Registered: 2004-11-18
Posts: 877

Re: [lib: libraries] tcllib

This was posted over a year ago,  thats probably why.
Usually if nothing big has changed in the program you can just change the pkgver number from 1.6 to 1.7 in the pkgbuild, and it should work.

and delete the md5sum line

Offline

Board footer

Powered by FluxBB