mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
729 B
Plaintext
17 lines
729 B
Plaintext
PKG_NAME="siglaunchd"
|
|
PKG_VERSION="40"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://wiki.openmoko.org/wiki/Siglaunchd"
|
|
PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS="dbus glib dbus-glib"
|
|
PKG_BUILD_DEPENDS="toolchain dbus glib dbus-glib"
|
|
PKG_PRIORITY="optional"
|
|
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"
|