summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 16508a374ac7aa1b68c3a9189a6a350786bfb699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Igor Belov <ivbelov@gmail.com>
# Maintainer: Dennis Borisevich/denspirit <elfmax@tut.by>

pkgname=stardict-full-eng-rus
pkgver=2.4.2
pkgrel=1
pkgdesc="Large english-russian dictionary for Stardict"
license=('GPL')
optdepends=(
'stardict: for viewing this dictionary'
)
url="http://abloz.com/huzheng/stardict-dic/ru/"
source=("http://abloz.com/huzheng/stardict-dic/ru/$pkgname-$pkgver.tar.bz2")
md5sums=('9d6eff29898a47f5c12c5bc9836a03eb')
arch=(any)
package() {
    cd $srcdir/$pkgname-$pkgver/
    mkdir -p $pkgdir/usr/share/stardict/dic/
    install -m 644 * $pkgdir/usr/share/stardict/dic/
  }