milis/talimatname/genel/p/p7zip/talimat

21 lines
559 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: 7zip sıkıştırılmış dosya arşivinin komut satırı sürümü
# URL: http://p7zip.sourceforge.net
# Paketçi: milisarge
# Gerekler: nasm yasm
isim=p7zip
surum=9.38.1
devir=1
kaynak=(http://downloads.sourceforge.net/sourceforge/$isim/${isim}_${surum}_src_all.tar.bz2)
derle() {
cd ${isim}_$surum
[[ `uname -m` = x86_64 ]] \
&& cp makefile.linux_amd64_asm makefile.machine \
|| cp makefile.linux_x86_asm_gcc_4.X makefile.machine
make -j1 all3 OPTFLAGS="${CXXFLAGS}"
make install DEST_DIR=$PKG DEST_HOME=/usr DEST_MAN=/usr/share/man
}