# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=ubridge pkgver=0.9.13 pkgrel=0 pkgdesc="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces." url="https://github.com/GNS3/ubridge" arch="all" license="GPL3" # upstream does not provide test/check options="!check" makedepends="libpcap-dev linux-headers" subpackages="$pkgname-doc" source="${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz musl-fixes.patch" builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" make } package() { cd "$builddir" install -Dm755 ${srcdir}/${pkgname}-${pkgver}/${pkgname} ${pkgdir}/usr/bin/${pkgname} install -dm755 ${pkgdir}/usr/share/doc/${pkgname} install -m644 ${srcdir}/${pkgname}-${pkgver}/README.rst -t ${pkgdir}/usr/share/doc/${pkgname} install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } sha512sums="5a75b5ba991e2cc80f48fd22b8ec1f8f763fa8b8f0a79e441bf50ec7a6f6043e65940941500d564d79c05f802c486a3ed1cae5c2d5793396048d03a5fabd3566 ubridge-0.9.13.tar.gz 6922022e18e85ee7d2cb244ebde8beee307a216953da804cc495d691980818f0401528157a8b14cfed0fb85bab2b18c78f230d4b94941de47861bd40eaccd3a3 musl-fixes.patch"