summaryrefslogtreecommitdiffstats
path: root/blazeblogger/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /blazeblogger/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'blazeblogger/PKGBUILD')
-rw-r--r--blazeblogger/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/blazeblogger/PKGBUILD b/blazeblogger/PKGBUILD
deleted file mode 100644
index bae90f7..0000000
--- a/blazeblogger/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}