opkg: update to 0.6.0.

Closes: #37121
This commit is contained in:
Piraty 2022-06-23 00:13:31 +02:00
parent 0495195905
commit 50b5f69e8f
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,19 +1,19 @@
# Template file for 'opkg'
pkgname=opkg
version=0.4.5
version=0.6.0
revision=1
build_style=gnu-configure
configure_args="--enable-sha256 --without-libsolv --with-static-libopkg
$(vopt_if ssl '--enable-openssl --enable-ssl-curl') $(vopt_enable gpg)"
configure_args="--enable-sha256 --enable-zstd --without-libsolv --with-static-libopkg
$(vopt_if ssl '--enable-ssl-curl') $(vopt_enable gpg)"
hostmakedepends="pkg-config libtool automake"
makedepends="libarchive-devel libcurl-devel $(vopt_if gpg gpgme-devel)"
makedepends="libarchive-devel libcurl-devel libzstd-devel $(vopt_if gpg gpgme-devel)"
checkdepends="python3"
short_desc="Lightweight package management system, compatible with ipkg"
maintainer="Piraty <piraty1@inbox.ru>"
license="GPL-2.0-or-later"
homepage="http://code.google.com/p/opkg/"
distfiles="https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz"
checksum=a1214a75fa34fb9228db8da47308e0e711b1c93fd8938cf164c10fd28eb50f1e
checksum=56844722eff237daf14aa6e681436f3245213c5590ed0cda37a79df637ff3a4c
build_options="gpg lz4 ssl"
build_options_default="ssl"