From dfb093a0b01b16c78a11feeb79b4593a5fe33b73 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Wed, 18 Oct 2006 17:08:43 +0000 Subject: [PATCH] chroot_safe: moved to attic --- chroot_safe/.footprint | 9 --------- chroot_safe/.md5sum | 2 -- chroot_safe/Pkgfile | 19 ------------------- chroot_safe/chroot_safe.patch | 15 --------------- 4 files changed, 45 deletions(-) delete mode 100644 chroot_safe/.footprint delete mode 100644 chroot_safe/.md5sum delete mode 100644 chroot_safe/Pkgfile delete mode 100644 chroot_safe/chroot_safe.patch diff --git a/chroot_safe/.footprint b/chroot_safe/.footprint deleted file mode 100644 index 592b958a0..000000000 --- a/chroot_safe/.footprint +++ /dev/null @@ -1,9 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/chroot_safe/ --rwxr-xr-x root/root usr/lib/chroot_safe/chroot_safe.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --r--r--r-- root/root usr/man/man1/chroot_safe.1.gz -drwxr-xr-x root/root usr/sbin/ --rwxr-x--- root/root usr/sbin/chroot_safe diff --git a/chroot_safe/.md5sum b/chroot_safe/.md5sum deleted file mode 100644 index 75b8df25b..000000000 --- a/chroot_safe/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -4a1150626746e15e157e092840f595ed chroot_safe-1.4.tgz -84cfa523b945ba44b8d22effd7daf9a5 chroot_safe.patch diff --git a/chroot_safe/Pkgfile b/chroot_safe/Pkgfile deleted file mode 100644 index f9a39f051..000000000 --- a/chroot_safe/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Chroot for dynamically linked applications -# URL: http://chrootsafe.sourceforge.net/ -# Maintainer: -# Packager: Jukka Heino, jukka dot heino at gmail dot com -# Depends on: - -name=chroot_safe -version=1.4 -release=1 -source=(http://dl.sourceforge.net/chrootsafe/$name-$version.tgz \ - $name.patch) - -build() { - cd $name-$version - patch -p1 < $SRC/$name.patch - ./configure --prefix=/usr --libexecdir=/usr/lib - make - make DESTDIR=$PKG install -} diff --git a/chroot_safe/chroot_safe.patch b/chroot_safe/chroot_safe.patch deleted file mode 100644 index 4e4904b73..000000000 --- a/chroot_safe/chroot_safe.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nru chroot_safe-1.4.orig/Makefile.in chroot_safe-1.4/Makefile.in ---- chroot_safe-1.4.orig/Makefile.in 2005-04-09 12:22:27.000000000 +0300 -+++ chroot_safe-1.4/Makefile.in 2005-04-11 08:16:30.000000000 +0300 -@@ -2,9 +2,9 @@ - CXX=g++ - SOFLAGS=-fpic -shared - DEFINES= --prefix=@prefix@ -+prefix=$(DESTDIR)@prefix@ - exec_prefix=@exec_prefix@ --libexec=@libexecdir@/chroot_safe -+libexec=$(DESTDIR)@libexecdir@/chroot_safe - sbin=@sbindir@ - man=@mandir@/man1 - install=@INSTALL@