libmicrodns: update to 0.1.2.
This commit is contained in:
parent
1e7208d745
commit
9aaf08821f
1 changed files with 4 additions and 10 deletions
|
@ -1,28 +1,22 @@
|
|||
# Template file for 'libmicrodns'
|
||||
pkgname=libmicrodns
|
||||
version=0.1.0
|
||||
version=0.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf automake libtool pkg-config"
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Minimal mDNS resolver library"
|
||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://github.com/videolabs/libmicrodns"
|
||||
distfiles="https://github.com/videolabs/libmicrodns/archive/${version}.tar.gz"
|
||||
checksum=aa16c9863962f54db991a0176ae75e60b9ab83f63c3b436806682c8a66443444
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap
|
||||
}
|
||||
checksum=2b4d733f9472e11b71d66208c025de2e1f4a1087814bdc1e12e1aa78aca670e5
|
||||
|
||||
libmicrodns-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue