eth0s/ports/core/lz4/Pkgfile

16 lines
379 B
Text
Raw Normal View History

2019-10-10 17:43:15 +08:00
# Description: Extremely fast compression algorithm
2019-11-04 15:46:54 +08:00
# URL: https://github.com/lz4/lz4
2019-11-10 23:58:56 +08:00
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
2019-10-10 17:43:15 +08:00
# Depends on:
name=lz4
2021-04-18 08:19:42 +08:00
version=1.9.3
2019-10-10 17:43:15 +08:00
release=1
source=(https://github.com/lz4/lz4/archive/v$version/lz4-v$version.tar.gz)
build() {
cd $name-$version
make PREFIX=/usr
make DESTDIR=$PKG PREFIX=/usr install
}