summaryrefslogtreecommitdiffstats
path: root/blazeblogger/PKGBUILD
blob: bae90f7e976bb3d264617611556a0f0fd857f9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contributor: Abakus <java5@arcor.de>
pkgname=blazeblogger
pkgver=0.9.0
pkgrel=1
pkgdesc="is a simple-to-use but capable CMS for the command line"
arch=('i686' 'x86_64')
url="http://blaze.blackened.cz"
license=('GPL')
depends=('perl')
source=("http://blazeblogger.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('79b240e196cdb2f2a765e4ef10546163')
build() {
  cd $startdir/src/$pkgname-$pkgver
  sed -i 's|/usr/bin/pod2man|pod2man|' Makefile || return 1
  sed -i 's|/usr/bin/install|/bin/install|' Makefile || return 1
  make prefix=$startdir/pkg install
}