#Packager: George Vlahavas pkgname=schroot pkgver=1.6.10 pkgrel=3gv source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz" "pam_misc.diff") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://packages.qa.debian.org/s/schroot.html options=('noautodotnew') dotnew=('etc/schroot/buildd/copyfiles' 'etc/schroot/buildd/fstab' 'etc/schroot/buildd/nssdatabases' 'etc/schroot/default/copyfiles' 'etc/schroot/default/fstab' 'etc/schroot/default/nssdatabases' 'etc/schroot/desktop/copyfiles' 'etc/schroot/desktop/fstab' 'etc/schroot/desktop/nssdatabases' 'etc/schroot/minimal/copyfiles' 'etc/schroot/minimal/fstab' 'etc/schroot/minimal/nssdatabases' 'etc/schroot/sbuild/copyfiles' 'etc/schroot/sbuild/fstab' 'etc/schroot/sbuild/nssdatabases' 'etc/schroot/schroot.conf' ) slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "schroot (secure chroot utility)" "Schroot is an evolution of the Unix chroot command, with enhancements" "that make it well suited for software development, especially for " "testing build and install scripts such as Slackbuild scripts where" "virtualization is not necessary." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < $startdir/src/pam_misc.diff || exit 1 ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg # we don't use that in salix rm $startdir/pkg/etc/schroot/setup.d/15binfmt }