1 # Contributor: Andreas W. Hauser <andy-aur@splashground.de>
5 pkgdesc="a tool to convert wikimedia xml dumps to SQL"
6 url="http://meta.wikimedia.org/wiki/Xml2sql"
9 source=("ftp://ftp.tietew.jp/pub/wikipedia/$pkgname-$pkgver.tar.gz")
12 cd $startdir/src/$pkgname-$pkgver
13 ./configure --prefix=/usr
15 make DESTDIR=$startdir/pkg install
17 md5sums=('8a1d905636900e3ea07055dd645276f8')