updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / wiki2html / PKGBUILD
blob3e2b205f061cc59a70adb2ae558fca1788c1f609
1 # -*- mode: sh; -*-
2 # Contributor: m039 <flam44 (at) gmail (dot) com>
4 pkgname=wiki2html
5 pkgver=1
6 pkgrel=1
7 pkgdesc="Convert the wiki source to the HTML page"
8 url="http://tools.wikimedia.de/~merphant/wiki2html/"
9 arch=('any')
10 license=('None')
12 source=("http://tools.wikimedia.de/~merphant/$pkgname/$pkgname.tar.gz")
14 build() {
15   cd $srcdir/$pkgname
17   make
19   mkdir -p $pkgdir/usr/local/bin
20   mv $pkgname $pkgdir/usr/local/bin
23 md5sums=('25f3113618641fea0710ae29b65a8216')