irserver: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 14:41:32 +01:00
parent 891942788a
commit b9743c8747
5 changed files with 14 additions and 3 deletions

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD
[ $TARGET_ARCH = i386 ] && make CC=$TARGET_CC irserver

View File

@ -0,0 +1,14 @@
PKG_NAME="irserver"
PKG_VERSION="6.02.82"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="Freeware"
PKG_SITE="http://http://www.irtrans.de"
PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="sysutils/remote"
PKG_SHORTDESC="irserver: IR Trans transforms your PC into a programmable remote control."
PKG_LONGDESC="IR Trans transforms your PC into a programmable remote control: It learns the codes of your remote control, stores them in a database and sends them controlled by your applications."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://sources.openelec.tv/svn/irserver-6.02.82.tar.bz2