updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / edictionary / PKGBUILD
blob578247d0269b3efcbebfc1a34ae39ec4c5271585
1 #Maintainer: Nathan O <ndowens.aur at gmail dot com>
2 pkgname=edictionary
3 pkgver=2.6
4 pkgrel=2
5 pkgdesc="Contains tools to view word meanings and more form the command line."
6 arch=('any')
7 url='http://edictionary.sourceforge.net/'
8 license=('GPL')
9 depends=('perl')
10 source=(http://downloads.sourceforge.net/${pkgname}/edict/edict-${pkgver}/edict-${pkgver}.tar.gz)
11 md5sums=('978c1af6547fae088d6430a4d02978cb')
13 build()
15     cd "${srcdir}/edict"
16     make 
17         install -Dm755 edict ${pkgdir}/usr/bin/edict
18         install -Dm755 ethes ${pkgdir}/usr/bin/ethes