opt/chroot_safe/Pkgfile

20 lines
510 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Chroot for dynamically linked applications
# URL: http://chrootsafe.sourceforge.net/
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
# Packager: Jukka Heino, jukka at karsikkopuu dot net
# 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
}