aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-22 10:54:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-22 10:54:56 +0000
commit34a9e81e1e33a5a4262446e4057d9df8e6815405 (patch)
tree8136abe4fbaa01c42fa807c83407385efc88a2e2
parenta2997d5efb1eef43cbb10e2c90d85e8a6c1d2a2a (diff)
downloadalpine_aports-34a9e81e1e33a5a4262446e4057d9df8e6815405.tar.bz2
alpine_aports-34a9e81e1e33a5a4262446e4057d9df8e6815405.tar.xz
alpine_aports-34a9e81e1e33a5a4262446e4057d9df8e6815405.zip
community/libhdhomerun: fix circular dep of -libs
-rw-r--r--community/libhdhomerun/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/libhdhomerun/APKBUILD b/community/libhdhomerun/APKBUILD
index 4684c9c977..ad4898c98b 100644
--- a/community/libhdhomerun/APKBUILD
+++ b/community/libhdhomerun/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Hasse Hagen Johansen <hasse-docker@hagenjohansen.dk> 2# Maintainer: Hasse Hagen Johansen <hasse-docker@hagenjohansen.dk>
3pkgname=libhdhomerun 3pkgname=libhdhomerun
4pkgver=20150826 4pkgver=20150826
5pkgrel=1 5pkgrel=2
6pkgdesc="Library for Silicon Dust HD HomeRun" 6pkgdesc="Library for Silicon Dust HD HomeRun"
7url="http://www.silicondust.com/support/downloads/linux/" 7url="http://www.silicondust.com/support/downloads/linux/"
8arch="all" 8arch="all"
@@ -45,6 +45,7 @@ package() {
45# use abuilds libs split function, so we make our own. 45# use abuilds libs split function, so we make our own.
46libs() { 46libs() {
47 pkgdesc="$pkgname (libraries)" 47 pkgdesc="$pkgname (libraries)"
48 depends=
48 install -Dm755 "$_builddir"/libhdhomerun.so \ 49 install -Dm755 "$_builddir"/libhdhomerun.so \
49 "$subpkgdir"/usr/lib/libhdhomerun.so || return 1 50 "$subpkgdir"/usr/lib/libhdhomerun.so || return 1
50} 51}