From d8db315266254b897329ef14c10d87a07ecb84fe Mon Sep 17 00:00:00 2001 From: "M. Dietrich" Date: Fri, 12 Dec 2008 13:33:48 +0100 Subject: gsm0710muxd: move to pyneo directory --- packages/pyneo/gsm0710muxd_git.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/pyneo/gsm0710muxd_git.bb (limited to 'packages/pyneo/gsm0710muxd_git.bb') diff --git a/packages/pyneo/gsm0710muxd_git.bb b/packages/pyneo/gsm0710muxd_git.bb new file mode 100644 index 0000000000..7828500f2f --- /dev/null +++ b/packages/pyneo/gsm0710muxd_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "GSM 07.10 muxer userspace daemon" +HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/gsm0710muxd" +AUTHOR = "M. Dietrich" +SECTION = "console/network" +DEPENDS = "dbus dbus-glib" +RDEPENDS = "dbus dbus-glib" +LICENSE = "GPL" +PV = "0.9.2+gitr${SRCREV}" +PR = "r0" + +SRC_URI = "${FREESMARTPHONE_GIT}/gsm0710muxd.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit autotools + +# install init script for people who want to manually +# start/stop it, but don't add runlevels. +do_install_append() { + install -d ${D}${sysconfdir}/init.d + install -m 0755 data/gsm0710muxd ${D}${sysconfdir}/init.d/ +} + +FILES_${PN} += "${datadir} ${sysconfdir}" -- cgit v1.2.3