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: 79bdcea21028d5b873efc80713ba175586cc2947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# 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
cd Release
make package_source
gunzip *.tar.gz
xz *.tar
echo *.xz