summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 27f6087e64c156b03df55fcd7fca2f3332b41780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>

pkgname=spelt
pkgver=0.1
pkgrel=2
pkgdesc="A simple graphical program that can be used to classify words in a language"
arch=('any')
url="http://translate.sourceforge.net/wiki/spelt/index"
license=('GPL')
depends=('gtk2' 'python2')
source=(http://downloads.sourceforge.net/translate/$pkgname-$pkgver.tar.gz)
md5sums=('63c6ed29a6bbd04906241e6d27a3a74f')

package() {
  cd "${srcdir}"/$pkgname-$pkgver

  python2 setup.py install --root="${pkgdir}"
}