repo/xz/build

7 lines
156 B
Text
Executable file

curl -# https://tukaani.org/xz/xz-5.2.5.tar.gz
tar -xf xz-5.2.5.tar.gz
cd xz-5.2.5
./configure --prefix=/usr --disable-nls
make
make DESTDIR="$1" install