updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / tclabc / PKGBUILD
blob3e3207b1c9e545bfa04c2a35787efc48e764a84d
1 # Contributor: Eric Forgeot < http://ifiction.free.fr >
2 pkgname=tclabc
3 pkgver=1.1.0
4 pkgrel=1
5 pkgdesc="A Tcl interface to the ABC notation and contains a Tk GUI."
6 arch=(i686 x86_64)
7 url="http://moinejf.free.fr/"
8 license=('gpl')
9 depends=('tcl')
10 #provides=()
11 #conflicts=()
12 #replaces=()
13 #backup=()
14 #groups=()
15 #options=()
16 #install=
17 source=(http://moinejf.free.fr/${pkgname}-${pkgver}.tar.gz)
18 #noextract=()
19 md5sums=('db0adab184a3cfa27b1a200dfaba22d3')
22 build() {
23   cd $srcdir/${pkgname}-${pkgver}
24     ./configure --prefix=/usr
25         make || return 1
26         make DESTDIR=$pkgdir prefix=$pkgdir/usr/ install || return 1