proot
This commit is contained in:
parent
9a6401ad32
commit
78dc5d119d
1 changed files with 23 additions and 0 deletions
23
talimatname/genel/p/proot/talimat
Normal file
23
talimatname/genel/p/proot/talimat
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue