milis/talimatname/temel/squashfs/talimat

18 lines
423 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: Squashfs is a compressed read-only filesystem for Linux.
2016-02-24 01:27:23 +01:00
# URL: http://squashfs.sourceforge.net/
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge@gmail.com
# Gerekler:
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
isim=squashfs
surum=4.3
devir=2
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
kaynak=(http://downloads.sourceforge.net/sourceforge/$isim/$isim$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:15:02 +02:00
cd $isim$surum/squashfs-tools
2016-02-24 01:27:23 +01:00
make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZA_SUPPORT=1
mkdir -p $PKG/bin
make INSTALL_DIR=$PKG/bin install
}