Skip to content
Snippets Groups Projects
Commit 34a9e81e authored by Natanael Copa's avatar Natanael Copa
Browse files

community/libhdhomerun: fix circular dep of -libs

parent a2997d5e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Hasse Hagen Johansen <hasse-docker@hagenjohansen.dk> # Maintainer: Hasse Hagen Johansen <hasse-docker@hagenjohansen.dk>
pkgname=libhdhomerun pkgname=libhdhomerun
pkgver=20150826 pkgver=20150826
pkgrel=1 pkgrel=2
pkgdesc="Library for Silicon Dust HD HomeRun" pkgdesc="Library for Silicon Dust HD HomeRun"
url="http://www.silicondust.com/support/downloads/linux/" url="http://www.silicondust.com/support/downloads/linux/"
arch="all" arch="all"
...@@ -45,6 +45,7 @@ package() { ...@@ -45,6 +45,7 @@ package() {
# use abuilds libs split function, so we make our own. # use abuilds libs split function, so we make our own.
libs() { libs() {
pkgdesc="$pkgname (libraries)" pkgdesc="$pkgname (libraries)"
depends=
install -Dm755 "$_builddir"/libhdhomerun.so \ install -Dm755 "$_builddir"/libhdhomerun.so \
"$subpkgdir"/usr/lib/libhdhomerun.so || return 1 "$subpkgdir"/usr/lib/libhdhomerun.so || return 1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment