1 # Maintainer: Abakus <java5 at arcor dot de>
5 pkgdesc="is a simple-to-use but capable CMS for the command line"
7 url="http://blaze.blackened.cz"
10 optdepends=('markdown: To write your entries')
11 source=("http://blazeblogger.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
12 md5sums=('a126ea460e389f73d0f0fb45164bdaf9')
15 cd $srcdir/$pkgname-$pkgver
16 sed -i 's|/usr/bin/pod2man|pod2man|' Makefile || return 1
17 sed -i 's|/usr/bin/install|/bin/install|' Makefile || return 1
18 make prefix=$pkgdir/usr config=$pkgdir/etc install