ICAClient.sh 637 Bytes
Newer Older
Andrey Cherepanov's avatar
Andrey Cherepanov committed
1 2 3 4 5
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

6 7 8 9
. $(dirname $0)/common.sh

# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=icaclient

Andrey Cherepanov's avatar
Andrey Cherepanov committed
10 11 12
# Fix macro in file list
subst 's|%_h32bit|%%_h32bit|g' $SPEC

13 14 15 16 17 18
ignore_lib_requires libunwind.so.1 libgssapi.so.3
ignore_lib_requires libgstreamer-0.10.so.0 libgstapp-0.10.so.0 libgstbase-0.10.so.0 libgstinterfaces-0.10.so.0 libgstpbutils-0.10.so.0
ignore_lib_requires libgstpbutils-1.0.so.0 libgstreamer-1.0.so.0 libgstvideo-1.0.so.0 libgssapi_krb5.so.2 libgstapp-1.0.so.0 libgstbase-1.0.so.0
ignore_lib_requires libc++.so.1 libc++abi.so.1

add_libs_requires