Package Details: reglookup 1.0.1-3

Package Base: reglookup
Description: Command line utility for reading and querying Windows NT registries
Upstream URL: http://projects.sentinelchicken.org/reglookup
Category: system
Licenses: GPL
Submitter: thebodzio
Maintainer: thebodzio
Last Packager: None
Votes: 9
First Submitted: 2010-03-19 00:47
Last Updated: 2013-09-12 22:46

Dependencies (1)

Required by (1)

Sources

Latest Comments

Comment by thebodzio

2013-09-12 22:47

Thank you for the tip about “talloc” ksianoe! Fixed it now. Sorry for doing it so late!

Comment by ksianoe

2013-05-15 20:05

Missing 'talloc' dependencie, had to install it manually.

Comment by thebodzio

2012-02-24 22:14

1.0.1-2: moved man pages from /usr/man to /usr/share/man

Comment by thebodzio

2012-02-24 21:19

Finally got some time to update to the newest version -> 1.0.1 :}

Comment by thebodzio

2011-10-24 13:37

@oliv: Would you like to adopt this and grokevt packages? I don't have enough time to maintain them properly.

Comment by oliv

2011-10-24 12:15

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

pkgname=reglookup
pkgver=1.0.1
pkgrel=1
pkgdesc="Command line utility for reading and querying Windows NT registries"
arch=('i686' 'x86_64')
url="http://projects.sentinelchicken.org/reglookup"
license=('GPL')
makedepends=('gcc' 'scons' 'docbook2x')
source=(http://reglookup.googlecode.com/files/$pkgname-src-$pkgver.tar.gz
SConstruct.patch
pyregfi-distutils.py.patch)

build() {
cd "$srcdir/$pkgname-src-$pkgver"
sed 's:env.AddPostAction:#:g' -i SConstruct
sed 's:pyregfi-distutils.py install:pyregfi-distutils.py install --root='"${startdir}"'/pkg:g' -i SConstruct
# patch < ../SConstruct.patch
# patch < ../pyregfi-distutils.py.patch

scons
}

package() {
cd "$srcdir/$pkgname-src-$pkgver"

PREFIX="$pkgdir/usr/" scons install
}

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

md5sums=('c451c2dba904db8ae5b0531ca303e322'
'3f22bac43f9679d179c3fca8020a5924'
'ff96302747c2096074d532ee06b32136')

Comment by thebodzio

2011-05-09 00:59

Updated to most recent version (thanks for the heads up virtuemood!)