milis/talimatname/temel/lz4/talimat

18 lines
306 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:
name=lz4
version=r131
release=1
source=(https://github.com/Cyan4973/lz4/archive/r131.tar.gz)
derle() {
cd $name-$version
make PREFIX=/usr
make install PREFIX=/usr DESTDIR=$PKG
}