libdnet: update to 1.18.0.
This commit is contained in:
parent
f0fe2e95c5
commit
32adecf4ca
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'libdnet'
|
# Template file for 'libdnet'
|
||||||
pkgname=libdnet
|
pkgname=libdnet
|
||||||
version=1.14
|
version=1.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool autoconf pkg-config"
|
hostmakedepends="automake libtool autoconf pkg-config"
|
||||||
|
makedepends="check-devel"
|
||||||
short_desc="Portable interface to low level networking routines"
|
short_desc="Portable interface to low level networking routines"
|
||||||
maintainer="Carson Page <pagem.carson@gmail.com>"
|
maintainer="Carson Page <pagem.carson@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/dugsong/libdnet"
|
homepage="https://github.com/dugsong/libdnet"
|
||||||
distfiles="https://github.com/dugsong/libdnet/archive/libdnet-${version}.tar.gz"
|
distfiles="https://github.com/dugsong/libdnet/archive/libdnet-${version}.tar.gz"
|
||||||
checksum=592599c54a57102a177270f3a2caabda2c2ac7768b977d7458feba97da923dfe
|
checksum=a4a82275c7d83b85b1daac6ebac9461352731922161f1dcdcccd46c318f583c9
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -I config --force --install
|
autoreconf -I config --force --install
|
||||||
|
|
Loading…
Reference in New Issue