1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 # Contributor: Oin <mapleoin@nerdshack.com>
7 pkgdesc="A UTF-8 text editor for programmers and general use"
9 url="http://rospell.sourceforge.net/"
11 depends=('qt3' 'wget' 'ctags')
12 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver/r/-r}.tar.gz)
13 md5sums=('309bb5a333bd4f63b0070fd7fb0921a0')
16 cd $srcdir/$pkgname-${pkgver/r/-r}
18 . /etc/profile.d/qt3.sh || return 1
19 export PATH="$QTDIR/bin:$PATH"
20 # configure, make and install
21 ./configure --prefix=/usr || return 1
23 make DESTDIR=$pkgdir install-strip || return 1