atvclient: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:15:07 +01:00
parent 17783293c6
commit c6ffda035e

View File

@ -12,3 +12,5 @@ PKG_SECTION="system/remote"
PKG_SHORTDESC="atvclient: a background application for Linux that reads input from the AppleTVs internal infra-red receiver"
PKG_LONGDESC="atvclient is a background application for Linux that reads input from the AppleTVs internal infra-red receiver and submits it to XBMC in a way very similar to how XBMCHelper does this under the native AppleTV OS. It implements most of the functionality the ATV OS HID driver supports, including pairing and control of the status LED."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"