updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / yodl / PKGBUILD
blob0379fcb74760a831f4add6fece7f9e2b08fa363b
1 # Maintainer: Andreas B. Wagner <AndreasBWagner@gmail.com>
2 # Contributor: Eric Belanger <eric@archlinux.org>
3 # Contributor: Jeff Mickey <jeff@archlinux.org>
5 pkgname=yodl
6 pkgver=3.00.0
7 pkgrel=1
8 pkgdesc="Implements a pre-document language and tools to process it."
9 arch=('i686' 'x86_64')
10 url="http://yodl.sourceforge.net"
11 license=('GPLv3')
12 depends=('bash')
13 makedepends=('icmake')
14 #source=("http://downloads.sourceforge.net/project/yodl/yodl/${pkgver}/yodl_${pkgver}.orig.tar.gz")
15 source=("http://kent.dl.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}.orig.tar.gz")
16 md5sums=('804703769e7995e25f5f5dd59ca3377c')
17 sha1sums=('909a34cf3e6d5429d8f8554fbace90d4d49ebc75')
19 build() {
20   cd "${srcdir}/${pkgname}-${pkgver}"
21   ./build programs || return 1
22   ./build macros || return 1
23   ./build man || return 1
24   ./build install programs "${pkgdir}" || return 1
25   ./build install macros "${pkgdir}" || return 1
26   ./build install man "${pkgdir}" || return 1