milis/talimatname/temel/squashfs/talimat

18 lines
431 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: Squashfs is a compressed read-only filesystem for Linux.
# URL: http://squashfs.sourceforge.net/
# Paketçi: milisarge@gmail.com
# Gerekler:
name=squashfs
version=4.3
release=2
source=(http://downloads.sourceforge.net/sourceforge/$name/$name$version.tar.gz)
derle() {
cd $name$version/squashfs-tools
make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZA_SUPPORT=1
mkdir -p $PKG/bin
make INSTALL_DIR=$PKG/bin install
}