milis/talimatname/temel/squashfs/talimat

18 lines
423 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:
isim=squashfs
surum=4.3
devir=2
kaynak=(http://downloads.sourceforge.net/sourceforge/$isim/$isim$surum.tar.gz)
derle() {
cd $isim$surum/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
}