compress archive to xz

This commit is contained in:
Steffen Jaeckel 2017-05-05 14:34:01 +02:00
parent 1300c5ade5
commit ee17cc2e67

View File

@ -427,10 +427,10 @@ zipup: doc/crypt.pdf
git archive --format=tar --prefix=libtomcrypt-$(VERSION)/ HEAD | tar x
mkdir -p libtomcrypt-$(VERSION)/doc
cp doc/crypt.pdf libtomcrypt-$(VERSION)/doc/crypt.pdf
tar -cjf libtomcrypt-$(VERSION).tar.bz2 libtomcrypt-$(VERSION)
tar -cJf libtomcrypt-$(VERSION).tar.xz libtomcrypt-$(VERSION)
zip -9rq libtomcrypt-$(VERSION).zip libtomcrypt-$(VERSION)
rm -rf libtomcrypt-$(VERSION)
gpg -b -a libtomcrypt-$(VERSION).tar.bz2
gpg -b -a libtomcrypt-$(VERSION).tar.xz
gpg -b -a libtomcrypt-$(VERSION).zip
perlcritic: