Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dist - github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist
blob: 47a6bac7d36dca3fcf421515b20f549ab29d51c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -e
# SoX Resampler Library       Copyright (c) 2007-13 robs@users.sourceforge.net
# Licence for this file: LGPL v2.1                  See LICENCE for details.

# Makes the distribution tarball

rm -rf Release
./go -j4
cd Release
make package_source
gunzip *.tar.gz
xz *.tar
echo *.xz