Commit 6f4bc622 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack audiorelay: disable AutoReq, add manual requires

parent ec51696d
......@@ -10,6 +10,7 @@ PREINSTALL_PACKAGES="$PREINSTALL_PACKAGES alsa-plugins-pulse"
. $(dirname $0)/common.sh
subst '1iAutoReq:no' $SPEC
subst '1iAutoProv:no' $SPEC
add_bin_exec_command $PRODUCT $PRODUCTDIR/bin/AudioRelay
......@@ -27,5 +28,7 @@ for i in .$PRODUCTDIR/lib/runtime/lib/lib*.so ; do
a= patchelf --set-rpath '$ORIGIN:$ORIGIN/server' $i
done
add_requires $PREINSTALL_PACKAGES
# TODO:
# https://aur.archlinux.org/packages/audiorelay
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment