diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-01-21 16:20:25 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-01-21 16:20:25 -0800 |
commit | 310b2cd8919a13280b445537893c109b66c5275c (patch) | |
tree | 344b8dd2f301494b3ce78d22b350731cf99a7cfa /recipes/whois/whois.inc | |
parent | 8ec8982add5c95bef4f18f60ef80b29bf6bf1145 (diff) |
whois: Add recipe for version 5.0.0.
* Move to using INC_PR
* Add md5 and sha checksums to recipe.
* Move more common parts like SRC_URI to whois.inc.
* Thanks Paul Menzel for reporting the pending upgrade.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/whois/whois.inc')
-rw-r--r-- | recipes/whois/whois.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/whois/whois.inc b/recipes/whois/whois.inc index 15af5e8454..f7fc93861d 100644 --- a/recipes/whois/whois.inc +++ b/recipes/whois/whois.inc @@ -4,6 +4,14 @@ LICENSE = "GPL" HOMEPAGE = "http://www.linux.it/~md/software/" SECTION = "network" +INC_PR = "r1" + +SRC_URI = "${DEBIAN_MIRROR}/main/w/whois/whois_${PV}.tar.gz;name=whois" + +S = "${WORKDIR}/whois-${PV}" + +inherit gettext + def whois_intl(bb, d): # FIXME: This is ugly.. we already have the virtual for this, # but there's no way to ask bb who the current selected provider of |