version=5.2.5
source=(http://tukaani.org/xz/xz-$version.tar.xz)

build() {
cd xz-$version

./configure --prefix=/tools

make
make install
}
