parent
da0f60d979
commit
a31b0fffc1
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'mdnsd'
|
||||
pkgname=mdnsd
|
||||
version=0.10
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf automake pkg-config libtool"
|
||||
short_desc="Embeddable Multicast DNS Daemon"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/troglobit/mdnsd"
|
||||
changelog="https://github.com/troglobit/mdnsd/raw/master/ChangeLog.md"
|
||||
distfiles="https://github.com/troglobit/mdnsd/archive/v${version}.tar.gz"
|
||||
checksum=2e1a77fc9ff36e993a39b10016fe38723784ca7e3141ca00e4d6f43545d2988c
|
||||
|
||||
|
@ -25,8 +26,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libmdnsd_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
short_desc+=" - library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue