djmount: rebuild against libupnp.so.13
This commit is contained in:
parent
4f9dbaf661
commit
7d9aefddbf
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'djmount'
|
# Template file for 'djmount'
|
||||||
pkgname=djmount
|
pkgname=djmount
|
||||||
version=0.71
|
version=0.71
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-external-libupnp --with-external-talloc"
|
configure_args="--with-external-libupnp --with-external-talloc"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fuse-devel talloc-devel libupnp-devel readline-devel"
|
makedepends="fuse-devel talloc-devel libupnp-devel readline-devel"
|
||||||
short_desc="Mount MediaServers content as a Linux file system"
|
short_desc="Mount MediaServers content as a Linux file system"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://djmount.sourceforge.net"
|
homepage="http://djmount.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=aa5bb482af4cbd42695a7e396043d47b53d075ac2f6aa18a8f8e11383c030e4f
|
checksum=aa5bb482af4cbd42695a7e396043d47b53d075ac2f6aa18a8f8e11383c030e4f
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue