Date: Monday, December 25, 2017 @ 09:40:03 Author: zorun Revision: 275996
upgpkg: babeld 1.8.0-2 Remove optional dependency on ahcpd Modified: babeld/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-25 08:53:11 UTC (rev 275995) +++ PKGBUILD 2017-12-25 09:40:03 UTC (rev 275996) @@ -1,17 +1,16 @@ # $Id$ # Maintainer: Felix Yan <[email protected]> -# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org> +# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org> # Contributor: Yann Lopez <arch at lonewulf dot net> pkgname=babeld pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="A loop-avoiding distance-vector routing protocol" arch=('x86_64') url="https://www.irif.fr/~jch/software/babel/" license=('MIT') depends=('glibc') -optdepends=('ahcpd: for autoconfiguration of addresses and other informations') backup=('etc/babeld.conf') source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc} 'babeld.conf' 'babeld.service') @@ -22,12 +21,12 @@ '01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700') build() { - cd $pkgname-$pkgver + cd "$pkgname-$pkgver" make PREFIX="/usr" } package() { - cd $pkgname-$pkgver + cd "$pkgname-$pkgver" make PREFIX="/usr" TARGET="$pkgdir" install install -Dm644 ../babeld.conf "$pkgdir"/etc/babeld.conf
