summaryrefslogtreecommitdiff
path: root/recipes/multitech/sms-utils_git.bb
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-04-30 10:50:57 -0500
committerJesse Gilles <jgilles@multitech.com>2010-04-30 10:50:57 -0500
commit0431f878edd38a1af264e5727e1e4d604f1a95fd (patch)
tree8fbede06fa2bf4835e9d032d1263ae120eb99837 /recipes/multitech/sms-utils_git.bb
parent15028387890effa23f9cd0479b586f31c0752b88 (diff)
add Multi-Tech-specific recipes
Diffstat (limited to 'recipes/multitech/sms-utils_git.bb')
-rw-r--r--recipes/multitech/sms-utils_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/multitech/sms-utils_git.bb b/recipes/multitech/sms-utils_git.bb
new file mode 100644
index 0000000000..dc8ef1a50a
--- /dev/null
+++ b/recipes/multitech/sms-utils_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "SMS Utilities"
+HOMEPAGE = "http://www.multitech.net/"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "libesmtp libyaml"
+PV = "${SRCPV}"
+PR = "r0"
+
+SRC_URI = "git://multitech.net/sms-utils.git;protocol=git;tag=master"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+PARALLEL_MAKE = ""