Package Details: grokevt 0.5.0-1

Package Base: grokevt
Description: Collection of scripts for reading Windows log files
Upstream URL: http://projects.sentinelchicken.org/grokevt
Category: system
Licenses: GPL
Submitter: thebodzio
Maintainer: thebodzio
Last Packager: None
Votes: 0
First Submitted: 2010-03-19 00:55
Last Updated: 2012-02-24 22:14

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by thebodzio

2012-02-24 22:17

Updated to 0.5.0. I see no point in having man pages in /usr/share/doc and links to them in /usr/man, therefore I moved man pages to /usr/share/man completely.

Comment by oliv

2011-10-24 11:52

There is still a problem with man pages: links are not created correctly

Comment by oliv

2011-10-24 11:51

# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>

pkgname=grokevt
pkgver=0.5.0
pkgrel=1
pkgdesc="Collection of scripts for reading Windows log files"
arch=('any')
url="http://projects.sentinelchicken.org/grokevt"
license=('GPL')
depends=('python>=2.3' 'reglookup')
makedepends=('make')
source=(http://grokevt.googlecode.com/files/$pkgname-$pkgver.tar.gz)


build() {
cd "$srcdir/$pkgname-$pkgver"
make ETC_PREFIX=/etc || return 1

sed 's:grokevt-distutils.py install:grokevt-distutils.py install --root='"${startdir}"'/pkg:g' -i "${srcdir}/$pkgname-$pkgver/Makefile"

make ETC_PREFIX="${pkgdir}/etc" PREFIX="${pkgdir}/usr" install

}

# vim:set ts=2 sw=2 et:

md5sums=('787a28d5d253e07522305208ca65bc96')

Anonymous comment

2011-06-17 18:10

Had to install cpio for the package to build.