opkg: update to 0.4.4.

build_option_lz4 is useless since libarchive pulls lz4 anyway and
libopkg links it therefore.
This commit is contained in:
Piraty 2020-12-11 10:50:46 +01:00
parent 69206af85d
commit 5b375c4e24

View file

@ -1,21 +1,19 @@
# Template file for 'opkg'
pkgname=opkg
version=0.4.3
version=0.4.4
revision=1
build_style=gnu-configure
configure_args="--enable-sha256 --without-libsolv --with-static-libopkg
$(vopt_enable lz4) $(vopt_if ssl '--enable-openssl --enable-ssl-curl')
$(vopt_enable gpg)"
$(vopt_if ssl '--enable-openssl --enable-ssl-curl') $(vopt_enable gpg)"
hostmakedepends="pkg-config libtool automake"
makedepends="libarchive-devel libcurl-devel $(vopt_if gpg gpgme-devel)
$(vopt_if lz4 liblz4-devel)"
makedepends="libarchive-devel libcurl-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=dda452854bc0cd1334f7ba18a66003d1c12a98600c894111b56919b1ea434718
checksum=2217acc58b8eb31300631ebae75e222ebc700c9c1cf6408088705d19a472c839
build_options="gpg lz4 ssl"
build_options_default="ssl"