siglaunchd: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:16:06 +01:00
parent cdadb2e8e4
commit 642cb4e74f
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@
. config/options $1
cd $PKG_BUILD
$AUTORECONF
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -12,3 +12,5 @@ PKG_SECTION="system"
PKG_SHORTDESC="siglaunchd: This project is daemon which listens to dbus signals and runs applications accordingly."
PKG_LONGDESC="This project is daemon which listens to dbus signals and runs applications accordingly. The signals, application to run and some rules that will be evaluated against incoming dbus signals can be easily changed in the configuration file. "
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"