mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
21 lines
538 B
Plaintext
21 lines
538 B
Plaintext
PKG_NAME="remote"
|
|
PKG_VERSION=""
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.openelec.tv"
|
|
PKG_URL=""
|
|
PKG_DEPENDS="irserver eventlircd"
|
|
PKG_BUILD_DEPENDS="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="system/remote"
|
|
PKG_SHORTDESC="remote: Meta package for installing various tools needed for remote support"
|
|
PKG_LONGDESC="Meta package for installing various tools needed for remote support"
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="no"
|
|
|
|
if [ "$ATVCLIENT_SUPPORT" = "yes" ]; then
|
|
PKG_DEPENDS="$PKG_DEPENDS atvclient"
|
|
fi
|