From e556f891a26694002c30430bfee0bec929e4af40 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 21 Oct 2008 06:36:29 +0200 Subject: [PATCH] Added fakeroot-1.10.1 template from debian. --HG-- extra : convert_revision : e2e530483608cf2a44996f56ee82f3f6ed1ea125 --- templates/fakeroot.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/fakeroot.tmpl diff --git a/templates/fakeroot.tmpl b/templates/fakeroot.tmpl new file mode 100644 index 00000000000..06dc7785faa --- /dev/null +++ b/templates/fakeroot.tmpl @@ -0,0 +1,19 @@ +# Template file for 'fakeroot' +pkgname=fakeroot +version=1.10.1 +distfiles="http://ftp.de.debian.org/debian/pool/main/f/fakeroot/${pkgname}_${version}@.tar.gz" +build_style=gnu_configure +short_desc="Gives a fake root environment" +maintainer="Juan RP " +checksum=67235ca9c6ee3e9d393d5cfa9b93d493f1def3ed1f752c7232bf4d526d14c7cf +long_desc=" + This package is intended to enable something like: + + dpkg-buildpackage -rfakeroot + + i.e. to remove the need to become root for a package build. This is done by + setting LD_PRELOAD to libfakeroot.so, which provides wrappers around getuid, + chown, chmod, mknod, stat, and so on, thereby creating a fake root + environment." + +build_depends="libtool-2.2.6a"