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