mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
parent
65bfc80a84
commit
adc856d6e1
1 changed files with 9 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'libsoup'
|
# Template file for 'libsoup'
|
||||||
pkgname=libsoup
|
pkgname=libsoup
|
||||||
version=2.60.3
|
version=2.62.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-tls-check --disable-static
|
configure_args="--disable-tls-check --disable-static
|
||||||
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
|
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
|
||||||
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel $(vopt_if gir 'gobject-introspection vala-devel')"
|
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel $(vopt_if gir 'gobject-introspection vala-devel') python3"
|
||||||
makedepends="libglib-devel libxml2-devel sqlite-devel"
|
makedepends="libglib-devel libxml2-devel sqlite-devel"
|
||||||
depends="glib-networking"
|
depends="glib-networking"
|
||||||
short_desc="HTTP library implementation in C"
|
short_desc="HTTP library implementation in C"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=1b0dc762f23abe4e0d29b77370e539fd35f31d8e8e0318d6ddccff395be68a22
|
checksum=ab7c7ae8d19d0a27ab3b6ae21599cec8c7f7b773b3f2b1090c5daf178373aaac
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -27,6 +27,11 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# /bin/sh: no: command not found
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
libsoup-devel_package() {
|
libsoup-devel_package() {
|
||||||
depends="${makedepends} libsoup>=${version}_${revision}"
|
depends="${makedepends} libsoup>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue