1 # Maintainer: David Runge <dvzrv@archlinux.org>
2 # Contributor: Tobias Powalowski <tpowa@archlinux.org>
3 # Contributor: Sergej Pupykin
9 pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
11 url="https://github.com/virtualsquare/vde-2"
12 license=(GPL2 LGPL2.1)
14 makedepends=(libpcap wolfssl)
15 provides=(libvdehist.so libvdemgmt.so libvdeplug.so libvdesnmp.so)
16 source=($pkgname-$pkgver.tar.gz::https://github.com/virtualsquare/$_name/archive/refs/tags/v$pkgver.tar.gz)
18 sha512sums=('d0495aa700984dcc82f85cf7c8125cc10505a8a077fceec45b7fd2bec9c389966381682842e886469fa49239badd9442403d091c2ae5282685085e8262396387')
19 b2sums=('e3ed7423edc03a6af09967484613c0e2a701f74a4323eeab720cabe9a899120023425527054662ee1dbd207327b7e6dd375bceb4999fd708666df13c08acf348')
32 --libexecdir=/usr/lib/$pkgname \
38 depends+=(libpcap.so libwolfssl.so)
40 make DESTDIR="$pkgdir" install -C $_name-$pkgver
41 install -vDm 644 $_name-$pkgver/{README,Changelog,doc/{README.*,*-HOWTO}} -t "$pkgdir/usr/share/doc/$pkgname/"