updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / otcl / PKGBUILD
blobc014201bd3cd2b42a47d7d14a9002085762860f6
1 # Maintainer: Oleg Smirnov <oleg.smirnov@gmail.com>
2 # Contributor: Luke McCarthy <luke@iogopro.co.uk>
3 pkgname=otcl
4 pkgver=1.13
5 pkgrel=5
6 pkgdesc="An extension to Tcl/Tk for object-oriented programming"
7 url="http://otcl-tclcl.sourceforge.net/otcl/"
8 license='MIT'
9 depends=('glibc' 'tcl84' 'tk84' 'libxext')
10 makedepends=()
11 conflicts=()
12 replaces=()
13 backup=()
14 arch=('i686' 'x86_64')
15 install=
16 source=(http://downloads.sourceforge.net/otcl-tclcl/otcl-src-$pkgver.tar.gz)
17 md5sums=('f3e4864445429506397b720c7232e4c6')
19 build() {
20   cd $startdir/src/$pkgname-$pkgver
21   ./configure --prefix=$startdir/pkg/usr || return 1
22   make || return 1
23   make DESTDIR=$startdir/pkg install || return 1