CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fakeroot: initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Mon, 21 Dec 2009 16:19:54 +0000 (16:19 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 21 Dec 2009 16:19:54 +0000 (16:19 +0000)
fakeroot/.footprint [new file with mode: 0644]
fakeroot/.md5sum [new file with mode: 0644]
fakeroot/Pkgfile [new file with mode: 0644]

diff --git a/fakeroot/.footprint b/fakeroot/.footprint
new file mode 100644 (file)
index 0000000..0a0dab9
--- /dev/null
@@ -0,0 +1,13 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/faked
+-rwxr-xr-x     root/root       usr/bin/fakeroot
+drwxr-xr-x     root/root       usr/lib/
+-rwxr-xr-x     root/root       usr/lib/libfakeroot-0.so
+-rw-r--r--     root/root       usr/lib/libfakeroot.a
+-rwxr-xr-x     root/root       usr/lib/libfakeroot.la
+lrwxrwxrwx     root/root       usr/lib/libfakeroot.so -> libfakeroot-0.so
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/faked.1.gz
+-rw-r--r--     root/root       usr/man/man1/fakeroot.1.gz
diff --git a/fakeroot/.md5sum b/fakeroot/.md5sum
new file mode 100644 (file)
index 0000000..3d691c7
--- /dev/null
@@ -0,0 +1 @@
+bea628be77838aaa7323a2f7601c2d7e  fakeroot_1.14.4.orig.tar.bz2
diff --git a/fakeroot/Pkgfile b/fakeroot/Pkgfile
new file mode 100644 (file)
index 0000000..8a855e3
--- /dev/null
@@ -0,0 +1,20 @@
+# Description: Run commands in an environment faking root privileges
+# URL: http://packages.debian.org/unstable/utils/fakeroot
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+
+name=fakeroot
+version=1.14.4
+release=1
+source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.orig.tar.bz2)
+
+build () {
+    cd $name-$version
+    ./configure --build=$CHOST \
+                --host=$CTARGET \
+                --prefix=/usr \
+                --mandir=/usr/man
+    make
+    make DESTDIR=$PKG install
+    rm -r $PKG/usr/man/??
+}