aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-04-29 09:08:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-05-07 10:01:39 +0000
commitfd0923377c5694059a39a9459696451d3a1fa4ed (patch)
tree0de4a9fd074f4f453bf55795f3fed08d844740c3 /main
parentfd25370bfd14042e5d2eb1242ce6e36f5feb3b41 (diff)
downloadaports-fd0923377c5694059a39a9459696451d3a1fa4ed.tar.bz2
aports-fd0923377c5694059a39a9459696451d3a1fa4ed.tar.xz
testing/librtlsdr: cleanups to make linter happy
Diffstat (limited to 'main')
-rw-r--r--main/librtlsdr/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/librtlsdr/APKBUILD b/main/librtlsdr/APKBUILD
index 7779b2ac62..99cc70b919 100644
--- a/main/librtlsdr/APKBUILD
+++ b/main/librtlsdr/APKBUILD
@@ -10,12 +10,10 @@ license="GPL-2.0"
depends_dev="libusb-dev"
makedepends="$depends_dev cmake"
subpackages="$pkgname-dev rtl-sdr:tools"
-source="$pkgname-$pkgver.tar.gz::https://github.com/steve-m/$pkgname/archive/v$pkgver.tar.gz
+source="$pkgname-$pkgver.tar.gz::https://github.com/steve-m/librtlsdr/archive/v$pkgver.tar.gz
0001-Fix-inline-functions-to-use-static-inline.patch"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=None \