aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lldpd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-09-05 09:50:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-05 15:36:53 +0000
commit4703db70e89d2ff785232e9e73b35bda02fc34bc (patch)
treedf74f15f59661171f92aaeb96c16b89983d1576d /testing/lldpd
parent3379a2ad721bd59187ad958914b036d52873b038 (diff)
downloadaports-4703db70e89d2ff785232e9e73b35bda02fc34bc.tar.bz2
aports-4703db70e89d2ff785232e9e73b35bda02fc34bc.tar.xz
testing/lldpd: fix .pc version and rebuild against perl 5.30
Diffstat (limited to 'testing/lldpd')
-rw-r--r--testing/lldpd/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/lldpd/APKBUILD b/testing/lldpd/APKBUILD
index 76ee3f8a0d..ee507bbbbf 100644
--- a/testing/lldpd/APKBUILD
+++ b/testing/lldpd/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=lldpd
pkgver=1.0.4
-pkgrel=0
+pkgrel=1
pkgdesc="Implementation of IEEE 802.1ab (LLDP) "
url="http://vincentbernat.github.com/lldpd/"
arch="all"
license="ISC"
makedepends="autoconf automake libtool linux-headers bsd-compat-headers
- libevent-dev libxml2-dev net-snmp-dev libbsd-dev jansson-dev
+ libevent-dev libxml2-dev net-snmp-dev libbsd-dev jansson-dev
doxygen perl-dev readline-dev"
install="$pkgname.post-install"
subpackages="$pkgname-dev $pkgname-doc
@@ -24,6 +24,8 @@ builddir="$srcdir/$pkgname-$pkgver"
prepare() {
cd "$builddir"
+ # this should be shipped with the release tarball
+ echo $pkgver > .dist-version
./autogen.sh
default_prepare
}