milis/talimatname/genel/p/proot/talimat

24 lines
582 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.

# Tanım: chroot,mount --bind ve binfmt_misc ayrıcalık/kurulum olmaksızın
# URL: http://proot.me
# Paketçi: Cihan_Alkan
# Gerekler: talloc python-docutils libxslt
# Grup: sistem
isim=proot
surum=git
devir=1
kaynak=()
derle() {
adres="https://github.com/proot-me/PRoot"
git_indir ${adres} ${isim}
cd $SRC/${isim}/src
make -f GNUmakefile
cd ../
install -m755 -d "${PKG}"/usr/bin
install -m755 $SRC/${isim}/src/${isim} "${PKG}"/usr/bin
install -m755 -d "${PKG}"/usr/share/man/man1/
install -m644 -T $SRC/${isim}/doc/proot/man.1 "${PKG}"/usr/share/man/man1/${isim}.1
}