milis/talimatname/temel/lz4/talimat

18 lines
300 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: Very fast lossless compression algorithm
# Url: https://github.com/Cyan4973/lz4
# Paketçi: milisarge
# Gerekler:
isim=lz4
surum=r131
devir=1
kaynak=(https://github.com/Cyan4973/lz4/archive/r131.tar.gz)
derle() {
cd $isim-$surum
make PREFIX=/usr
make install PREFIX=/usr DESTDIR=$PKG
}