diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 17:27:59 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 17:27:59 +0100 |
commit | f55bc80dd831971c57765d7b002282c11b3ee1da (patch) | |
tree | 54d6342504900df9ed70b241f04427242cfe31a4 /packages/pyneo/gsm0710muxd_1.7.bb | |
parent | d07137bb31c4b5e0a694e0be62f738e3225b2bee (diff) |
gsm0710muxd: move SRC_URI to upstream
pyneod_git: remove until SRC_URI points to versioned tarball or SCM
zad_git: remove until SRC_URI points to versioned tarball or SCM
Diffstat (limited to 'packages/pyneo/gsm0710muxd_1.7.bb')
-rw-r--r-- | packages/pyneo/gsm0710muxd_1.7.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/pyneo/gsm0710muxd_1.7.bb b/packages/pyneo/gsm0710muxd_1.7.bb new file mode 100644 index 0000000000..23e1dbdb76 --- /dev/null +++ b/packages/pyneo/gsm0710muxd_1.7.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "gsm 07.10 muxer userspace daemon" +HOMEPAGE = "http://pyneo.org/muxer" +AUTHOR = "M. Dietrich" +LICENSE = "GPL3" +SECTION = "console/network" +DEPENDS = "dbus dbus-glib intltool-native" +PR = "r6" + +SRC_URI = "http://pyneo.org/downloads/${PN}-${PV}.tgz" + +inherit autotools update-rc.d + +INITSCRIPT_NAME = "gsm0710muxd" +INITSCRIPT_PARAMS = "defaults 55" + +FILES_${PN} += "${datadir} ${sysconfdir}" + +RDEPENDS = "dbus dbus-glib" +RCONFLICTS = "gsmmux fso-gsm0710muxd" +RREPLACES = "gsmmux" + |