summaryrefslogtreecommitdiff
path: root/lzip
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-01-20 12:30:33 +0100
committerJuergen Daubert <jue@jue.li>2021-01-20 12:30:33 +0100
commitd89e0356fa53fc25ba2970598b7845c5ae9f9753 (patch)
tree75943639e618f466107a4dfad334499f947699c7 /lzip
parentb4706f17f51fd1df5d5b8a41cf4b891684f3ab8f (diff)
downloadopt-d89e0356fa53fc25ba2970598b7845c5ae9f9753.tar.gz
opt-d89e0356fa53fc25ba2970598b7845c5ae9f9753.tar.xz
lzip: update to 1.22
Diffstat (limited to 'lzip')
-rw-r--r--lzip/.signature6
-rw-r--r--lzip/Pkgfile6
2 files changed, 5 insertions, 7 deletions
diff --git a/lzip/.signature b/lzip/.signature
index 3c17e5a66..d02f81825 100644
--- a/lzip/.signature
+++ b/lzip/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/S+TJaoBJv25RVOceWZIx8PDceGOtx3CwNWdEI+u+fNcZd9ygsvGVtvxh0tuNsXOPF9DC/U6UvRYze2A76+vdg8=
-SHA256 (Pkgfile) = d29b78016a65283cb1eda93a1d6edaf1c55c6c309f3d96297c27008b6db3cbd4
+RWSE3ohX2g5d/dPTcmolWkvleyJqwZecXvztosQTfVbXgdCQmN7NfXUt7TB9ASO7KStbjYK9266oS6N+9VNZVPrm27HspKuQCAM=
+SHA256 (Pkgfile) = d9fe39921f8329c6188386bd13681fb2cce47c3f3d7f296fdd58458dea8b9eac
SHA256 (.footprint) = f01d2156c01caf95db3af4d0e999ba77dcb4bb71d7ec6da80a802f02723291e8
-SHA256 (lzip-1.21.tar.gz) = e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b
+SHA256 (lzip-1.22.tar.gz) = c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948
diff --git a/lzip/Pkgfile b/lzip/Pkgfile
index 7b05756e5..25da81b87 100644
--- a/lzip/Pkgfile
+++ b/lzip/Pkgfile
@@ -4,16 +4,14 @@
# Depends on:
name=lzip
-version=1.21
+version=1.22
release=1
source=(http://download.savannah.gnu.org/releases/lzip/lzip-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
-
+ ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
make
make DESTDIR=$PKG install
-
rm -r $PKG/usr/share/info
}

Generated by cgit