aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-11 09:14:52 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-11 10:29:19 -0300
commit3593fe9b84e858a922b93f9cce0e3eade231153a (patch)
tree149a05dbaab7f15b753e5d06b386f2b25da2b359
parent33e28109409c0dd7ba6bab82d47db5b48113987c (diff)
downloadaports-3593fe9b84e858a922b93f9cce0e3eade231153a.tar.bz2
aports-3593fe9b84e858a922b93f9cce0e3eade231153a.tar.xz
testing/nymphcast: move init file to $pkgname-server-openrc
This way it doesn't get installed when installing the main library while it should only be installed when using the server part
-rw-r--r--testing/nymphcast/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nymphcast/APKBUILD b/testing/nymphcast/APKBUILD
index 0b6233c37f..1d61e4c181 100644
--- a/testing/nymphcast/APKBUILD
+++ b/testing/nymphcast/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=nymphcast
pkgver=0_git20200310
-pkgrel=0
+pkgrel=1
_commit="0b494a446b3c215ca60dafa2678703b3f5f6e392"
arch="all !armv7" # Assembly failure
url="http://nyanko.ws/product_nymphcast.php"
@@ -14,7 +14,7 @@ makedepends="$depends_dev sdl2-dev sdl2_image-dev ffmpeg-dev openssl-dev"
source="$pkgname-$_commit.tar.gz::https://github.com/MayaPosch/NymphCast/archive/$_commit.tar.gz
nymphcast.initd
"
-subpackages="$pkgname-server $pkgname-dev $pkgname-openrc"
+subpackages="$pkgname-server $pkgname-server-openrc $pkgname-dev"
options="!check" # No tests
builddir="$srcdir/NymphCast-$_commit"