mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
gupnp: update to 0.18.4.
This commit is contained in:
parent
075611169d
commit
50fb85d0ba
2 changed files with 8 additions and 12 deletions
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'gupnp-devel'.
|
# Template file for 'gupnp-devel'.
|
||||||
#
|
#
|
||||||
depends="python gssdp-devel glib-devel libxml2-devel libuuid-devel gupnp>=0.18.2"
|
noarch=yes
|
||||||
|
depends="python gssdp-devel glib-devel libxml2-devel libuuid-devel gupnp>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/bin usr
|
vmove usr/bin usr
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'gupnp'
|
# Template file for 'gupnp'
|
||||||
pkgname=gupnp
|
pkgname=gupnp
|
||||||
version=0.18.2
|
version=0.18.4
|
||||||
homepage="http://gupnp.org/"
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/gupnp/0.18/gupnp-$version.tar.xz"
|
subpackages="gupnp-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="pkg-config glib-devel libxml2-devel libuuid-devel gssdp-devel gobject-introspection"
|
makedepends="pkg-config glib-devel libxml2-devel libuuid-devel gssdp-devel gobject-introspection"
|
||||||
revision=1
|
|
||||||
short_desc="GObject-based library for UPnP"
|
short_desc="GObject-based library for UPnP"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=3715fa56c1f351132cffe7d69127da1daada7ff50481838c6dbfd17d7182743d
|
homepage="http://gupnp.org/"
|
||||||
|
distfiles="${GNOME_SITE}/gupnp/0.18/gupnp-${version}.tar.xz"
|
||||||
|
checksum=6b437d5711b212292c6080626b97480268310da636a6cf937ad6119291af78a1
|
||||||
long_desc="
|
long_desc="
|
||||||
A GObject-based API for doing UPnP transparently."
|
A GObject-based API for doing UPnP transparently."
|
||||||
|
|
||||||
subpackages="gupnp-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue