xz: syntax

This commit is contained in:
Tim Biermann 2021-12-13 11:45:34 +01:00
parent 68422934ea
commit 09a813490c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqr7ktnsoEF77pOHiwpenfq+iYgsaZ6rLlzoiK9mCZzSl7PIG/EEj47aNZt5V3ewbEHZBlM3sP311yq96sIixDQ4=
SHA256 (Pkgfile) = 43f6e16efcc516ac29fc7c20b51f06ec1236c7fdfb915b20d594ffb0d45cde98
RWRJc1FUaeVeqp4yS0K9eAoPiMTwfbm7IhOrtFFs8x/Nh/lTuZULmzSOsixd7SelcoJrKG1rE5yOjKIZBxWIusXteE6a9VHD+Qo=
SHA256 (Pkgfile) = 8a416327f3ea6e42fb3ae38fe300d5bc4af3541760f0de9cf1f44144bd889df6
SHA256 (.footprint) = 389b0d29304cb69bf30a0612e7d9566b6ec64f9a87d754f77c0309df780138ef
SHA256 (xz-5.2.5.tar.xz) = 3e1e518ffc912f86608a8cb35e4bd41ad1aec210df2a47aaa1f95e7f5576ef56

View File

@ -1,6 +1,6 @@
# Description: Compression utility using the lzma algorithm, successor of lzma-utils
# URL: https://tukaani.org/xz/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# URL: https://tukaani.org/xz/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=xz
version=5.2.5
@ -8,9 +8,9 @@ release=1
source=(https://tukaani.org/xz/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc/
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc/
}