mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
parent
0495195905
commit
50b5f69e8f
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue