18 lines
423 B
Plaintext
18 lines
423 B
Plaintext
|
# 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
|
|||
|
}
|