mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
usbmuxd: correct license.
This commit is contained in:
parent
12aece275f
commit
39b938ecbb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'usbmuxd'
|
# Template file for 'usbmuxd'
|
||||||
pkgname=usbmuxd
|
pkgname=usbmuxd
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
configure_args="$(vopt_with systemd)"
|
configure_args="$(vopt_with systemd)"
|
||||||
|
@ -9,7 +9,7 @@ hostmakedepends="pkg-config"
|
||||||
makedepends="libusb-devel libimobiledevice-devel $(vopt_if systemd systemd-devel)"
|
makedepends="libusb-devel libimobiledevice-devel $(vopt_if systemd systemd-devel)"
|
||||||
short_desc="USB Multiplex Daemon"
|
short_desc="USB Multiplex Daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2,GPL-3"
|
||||||
homepage="https://marcan.st/blog/iphonelinux/usbmuxd/"
|
homepage="https://marcan.st/blog/iphonelinux/usbmuxd/"
|
||||||
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=3e8948b4fe4250ee5c4bd41ccd1b83c09b8a6f5518a7d131a66fd38bd461b42d
|
checksum=3e8948b4fe4250ee5c4bd41ccd1b83c09b8a6f5518a7d131a66fd38bd461b42d
|
||||||
|
|
Loading…
Add table
Reference in a new issue