milis/talimatname/genel/fakeroot/talimat

23 lines
588 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Sahte bir kök ortamı sağlar.
# URL: http://packages.debian.org/fakeroot
# Packager: milisarge
# Depends on:
name=fakeroot
version=1.20.2
release=1
source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_${version}.orig.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--libdir=/usr/lib/libfakeroot \
--disable-static \
--with-ipc=sysv
make
make DESTDIR=$PKG install
install -dm755 $PKG/etc/ld.so.conf.d/
echo '/usr/lib/libfakeroot' > $PKG/etc/ld.so.conf.d/fakeroot.conf
}