You are not logged in.

#1 2008-10-11 21:32:19

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Does anyone have the old dchroot package?

I want the old dchroot package, I find it better then schroot for a number of reasons.
Does anyone know where to get it from?


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#2 2008-10-11 21:35:40

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: Does anyone have the old dchroot package?

You should be able to build it with the following PKGBUILD.  I renamed the package to dchroot_old so that it is not automatically replaced by schroot during pacman -Syu.

# $Id: PKGBUILD,v 1.6 2008/01/16 16:16:29 sergej Exp $
# Maintainer: Sergej Pupykin <sergej@aur.archlinux.org>
# Maintainer: William Rea <sillywilly@gmail.com>

pkgname=dchroot_old
pkgver=0.12.1
pkgrel=1
pkgdesc="Allows users to execute shell commands under different root filesystems"
arch=('x86_64' 'i686')
url="http://packages.debian.org/unstable/admin/dchroot"
license=("GPL")
depends=()
makedepends=(help2man)
replaces=('schroot' 'dchroot')
conflicts=('schroot' 'dchroot')
backup=(etc/dchroot.conf)
source=(http://ftp.debian.org/debian/pool/main/d/dchroot/dchroot_$pkgver.tar.gz)
md5sums=('13990d6d8d1d052d5114f42d544b61d2')

build() {
  cd $startdir/src/dchroot-$pkgver
  touch dchroot.1
  ./configure --prefix=/usr
  make dchroot.1 || return 1
  make || return 1
  make DESTDIR=$startdir/pkg  install
}

Offline

#3 2008-10-12 06:16:08

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: Does anyone have the old dchroot package?

Thank you very much!
The schroot was freeking me out when I was trying to mount a cd which was to be able to be seen under the chroot...


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

Board footer

Powered by FluxBB