From f321b4423177e8657b6256cc88222282f84c64d3 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 28 Mar 2020 09:44:39 -0300 Subject: community/isochronous: modernize also move file to $pkgname-$pkgver so we don't need to set builddir --- community/isochronous/APKBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'community/isochronous/APKBUILD') diff --git a/community/isochronous/APKBUILD b/community/isochronous/APKBUILD index bd852f50f6..7a80e16241 100644 --- a/community/isochronous/APKBUILD +++ b/community/isochronous/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Ariadne Conill -pkgname="isochronous" -pkgver="0.1" +pkgname=isochronous +pkgver=0.1 pkgrel=0 pkgdesc="isochronous network measurement tools" url="https://git.networkservice.associates/ahamonic/isochronous" @@ -8,11 +8,10 @@ arch="all" license="Apache-2.0" source="https://git.networkservice.associates/ahamonic/isochronous/-/archive/v$pkgver/isochronous-$pkgver.tar.gz make-install.patch" -builddir="$srcdir/isochronous-v$pkgver" -options="!check" +options="!check" # No testsuite prepare() { - mv "$srcdir"/isochronous-v$pkgver-* "$srcdir"/isochronous-v$pkgver + mv "$srcdir"/isochronous-v$pkgver-* "$srcdir"/isochronous-$pkgver default_prepare } -- cgit v1.2.3