]> git.pld-linux.org Git - packages/calibre.git/blob - generate-tarball.sh
- rebuild with icu 58.2
[packages/calibre.git] / generate-tarball.sh
1 #!/bin/sh
2
3 VERSION=$1
4
5 tar -xvJf calibre-$VERSION.tar.xz
6 rm -f calibre-$VERSION/resources/fonts/liberation/*
7 rm -f calibre-$VERSION/resources/fonts/prs500/*
8
9 tar -cf - calibre-$VERSION | xz -9vv >calibre-$VERSION-nofonts.tar.xz
10
11 echo
12
13 md5sum calibre-$VERSION-nofonts.tar.xz
This page took 0.025096 seconds and 3 git commands to generate.