diff options
Diffstat (limited to 'fakeroot')
-rw-r--r-- | fakeroot/fakeroot_0.8.3.oe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fakeroot/fakeroot_0.8.3.oe b/fakeroot/fakeroot_0.8.3.oe index e69de29bb2..dfc4f5abad 100644 --- a/fakeroot/fakeroot_0.8.3.oe +++ b/fakeroot/fakeroot_0.8.3.oe @@ -0,0 +1,6 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := ${DEBIAN_MIRROR}/main/f/fakeroot/${PN}_${PV}.tar.gz + +inherit autotools libtool |