updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ldiction / PKGBUILD
blobd985cd583cb8de441787fb57236b60bf78ba26c5
1 # Maintainer: George Kamenov <cybertorture@gmail.com>
2 pkgname=ldiction
3 pkgver=0.5.0
4 pkgrel=2
5 pkgdesc="LDiction is developed as free alternative to the most popular but payed (from several years) SA Dictionary."
6 arch=('i686' 'x86_64')
7 url="http://www.celyo.org/index.php/component/content/article/14-ldiction/15-ldiction-home"
8 license=('custom')
9 depends=()
11 source=(http://www.celyo.org/files/$pkgname-$pkgver.tar.bz2)
12 md5sums=('66b19a19330ff591c126a766afd17d59')
14 build() {
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