summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f3b3d73cdad698717bd47bdc92325847926e7ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer:  respiranto <respiranto@icloud.com>
pkgname=dict-freedict-fra-deu
pkgver=0.1.1
pkgrel=2
pkgdesc="French -> German dictionary for dictd from Freedict.org"
arch=('any')
url="http://www.freedict.org/"
license=('GPL')
optdepends=('dictd: dict client and server')
makedepends=('dictd')
install=$pkgname.install
source=("http://sourceforge.net/projects/freedict/files/French%20-%20German/$pkgver/freedict-fra-deu-$pkgver.tar.bz2")
md5sums=('b90134466560207553649c319bd92278')

package()
{
	mkdir -p $pkgdir/usr/share/dictd
	cp $srcdir/fra-deu/fra-deu.{dict.dz,index} $pkgdir/usr/share/dictd/
}