1 # Maintainer: George Kamenov <cybertorture@gmail.com>
5 pkgdesc="LDiction is developed as free alternative to the most popular but payed (from several years) SA Dictionary."
7 url="http://www.celyo.org/index.php/component/content/article/14-ldiction/15-ldiction-home"
11 source=(http://www.celyo.org/files/$pkgname-$pkgver.tar.bz2)
12 md5sums=('66b19a19330ff591c126a766afd17d59')
15 cd "$srcdir/$pkgname-$pkgver"
16 mkdir -p $pkgdir/usr/bin
17 mkdir -p $pkgdir/usr/lib/ldiction
18 mkdir -p $pkgdir/usr/share/applications
19 mkdir -p $pkgdir/usr/share/pixmaps
20 cp ldiction $pkgdir/usr/lib/ldiction/
21 ln -s /usr/lib/ldiction/ldiction $pkgdir/usr/bin/ldiction
22 cp en-bg.ldz $pkgdir/usr/lib/ldiction/
23 cp bg-en.ldz $pkgdir/usr/lib/ldiction/
24 cp ldiction.desktop $pkgdir/usr/share/applications/
25 cp ldiction32.png $pkgdir/usr/share/pixmaps/ldiction.png