18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
# 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)
|
||
|
||
build() {
|
||
cd $name-$version
|
||
make PREFIX=/usr
|
||
|
||
make install PREFIX=/usr DESTDIR=$PKG
|
||
}
|