Thank you for the tip about “talloc” ksianoe! Fixed it now. Sorry for doing it so late!
Search Criteria
Package Details: reglookup 1.0.1-3
Package Actions
| Package Base: | reglookup |
|---|---|
| Description: | Command line utility for reading and querying Windows NT registries |
| Upstream URL: | http://projects.sentinelchicken.org/reglookup |
| Category: | system |
| Licenses: | |
| 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
- http://reglookup.googlecode.com/files/reglookup-src-1.0.1.tar.gz
- pyregfi-distutils.py.patch
- SConstruct.patch
Latest Comments
Comment by thebodzio
Comment by ksianoe
Missing 'talloc' dependencie, had to install it manually.
Comment by thebodzio
1.0.1-2: moved man pages from /usr/man to /usr/share/man
Comment by thebodzio
Finally got some time to update to the newest version -> 1.0.1 :}
Comment by thebodzio
@oliv: Would you like to adopt this and grokevt packages? I don't have enough time to maintain them properly.
Comment by oliv
# 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
Updated to most recent version (thanks for the heads up virtuemood!)