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.
Search Criteria
Package Details: grokevt 0.5.0-1
Package Actions
| Package Base: | grokevt |
|---|---|
| Description: | Collection of scripts for reading Windows log files |
| Upstream URL: | http://projects.sentinelchicken.org/grokevt |
| Category: | system |
| Licenses: | |
| Submitter: | thebodzio |
| Maintainer: | thebodzio |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2010-03-19 00:55 |
| Last Updated: | 2012-02-24 22:14 |
Required by (0)
Sources
- grokevt-distutils.py.patch
- http://grokevt.googlecode.com/files/grokevt-0.5.0.tar.gz
- Makefile.doc.patch
Latest Comments
Comment by thebodzio
Comment by oliv
There is still a problem with man pages: links are not created correctly
Comment by oliv
# 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
Had to install cpio for the package to build.