diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2008-09-22 23:45:44 +0000 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2008-09-22 23:45:44 +0000 |
commit | 798a9f55d1989df4039d1f25a5d0a5ed4f54ea4c (patch) | |
tree | 899140509b81cfcfc2b13024498dc8fdeb1bc019 /packages/fakeroot/fakeroot_1.9.6.bb | |
parent | 81036f22323d2e6d13c6f1ed6a04959303b0aae5 (diff) | |
parent | a16bdbd12e3f49da4d6f4e8da25e14dd93df7417 (diff) |
merge of '9ed842c8829018871f79ce96e77189742d9b7c6b'
and 'ba6a6901de641366d142b6f40df71611efb5ff81'
Diffstat (limited to 'packages/fakeroot/fakeroot_1.9.6.bb')
-rw-r--r-- | packages/fakeroot/fakeroot_1.9.6.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/fakeroot/fakeroot_1.9.6.bb b/packages/fakeroot/fakeroot_1.9.6.bb new file mode 100644 index 0000000000..aaf696d79d --- /dev/null +++ b/packages/fakeroot/fakeroot_1.9.6.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Gives a fake root environment" +HOMEPAGE = "http://fakeroot.alioth.debian.org/" +SECTION = "base" +LICENSE = "GPL" +# fakeroot needs getopt which is provided by the util-linux package +RDEPENDS = "util-linux" +PR = "r1" + +SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ + file://configure-libtool.patch;patch=1" + +inherit autotools + +do_stage() { + install -d ${STAGING_INCDIR}/fakeroot + install -m 644 *.h ${STAGING_INCDIR}/fakeroot + autotools_stage_all +} |