summaryrefslogtreecommitdiff
path: root/recipes/multitech/sms-utils.inc
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-09-09 10:34:49 -0500
committerJames Maki <jmaki@multitech.com>2010-09-09 10:34:49 -0500
commit66ea95e17a1f4018d28dd3a362a221527db4cfd0 (patch)
treedae3d15248c4f0f6317e75135c847b21cec21cfa /recipes/multitech/sms-utils.inc
parent6823fdafc27974075ebdac1260540d5441f9be34 (diff)
parente67a5451cb0593bb1b2e1f88db8bd49020fb47ea (diff)
Merge branch 'multitech-corecdp-dev' of git@git.multitech.net:multitech-oe into multitech-corecdp-dev
Diffstat (limited to 'recipes/multitech/sms-utils.inc')
-rw-r--r--recipes/multitech/sms-utils.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/multitech/sms-utils.inc b/recipes/multitech/sms-utils.inc
new file mode 100644
index 0000000000..b0b15a3f97
--- /dev/null
+++ b/recipes/multitech/sms-utils.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "SMS Utilities"
+HOMEPAGE = "http://www.multitech.net/"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "libesmtp libyaml"
+
+SRC_URI = "git://git.multitech.net/sms-utils.git;protocol=git;tag=${PV}"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+PARALLEL_MAKE = ""