updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / blazeblogger / PKGBUILD
blobf163ee1525fa3629ff4b1de3fe8e4e28a9a07096
1 # Maintainer: Abakus <java5 at arcor dot de>
2 pkgname=blazeblogger
3 pkgver=1.2.0
4 pkgrel=1
5 pkgdesc="is a simple-to-use but capable CMS for the command line"
6 arch=('i686' 'x86_64')
7 url="http://blaze.blackened.cz"
8 license=('GPL')
9 depends=('perl')
10 optdepends=('markdown: To write your entries')
11 source=("http://blazeblogger.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
12 md5sums=('a126ea460e389f73d0f0fb45164bdaf9')
14 build() {
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