updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / reciteword / PKGBUILD
blobe741543f4e244ccdec358cd81380cc065401250b
1 #Contributor: Wang Shouju <TheThirdGhost[AT]gmail[DOT]com>
3 pkgname=reciteword
4 pkgver=0.8.4
5 pkgrel=1
6 pkgdesc="a education software to help people to study English"
7 arch=(i686 x86_64)
8 url="http://reciteword.cosoft.org.cn"
9 license="GPL"
10 depends=('glibc' 'perlxml' 'esd')
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=(http://downloads.sourceforge.net/reciteword/$pkgname-$pkgver.tar.bz2)
17 md5sums=('09fb54601d29c30d3c73ad93fe49399d')
20 build() {
21   cd $startdir/src/$pkgname-$pkgver
22   ./configure --prefix=/usr
23   make || return 1
24   make DESTDIR=$startdir/pkg install