blob: 71ef21c3fd17cc995e6e98952f6028b5f43fdec6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "SMS Utilities"
HOMEPAGE = "http://www.multitech.net/"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "libesmtp libyaml"
PR = "r0"
SRC_URI = "git://git.multitech.net/sms-utils.git;protocol=git;tag=0.0.3"
S = "${WORKDIR}/git"
inherit autotools
PARALLEL_MAKE = ""
|