milis/talimatname/genel/p7zip/talimat

21 lines
574 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: 7zip sıkıştırılmış dosya arşivinin komut satırı sürümü
# URL: http://p7zip.sourceforge.net
# Packager: milisarge
# Depends on: nasm yasm
name=p7zip
version=9.38.1
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/${name}_${version}_src_all.tar.bz2)
build() {
cd ${name}_$version
[[ `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
}