diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/whois | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/whois')
-rw-r--r-- | packages/whois/whois.inc | 21 | ||||
-rw-r--r-- | packages/whois/whois_4.5.25.bb | 6 |
2 files changed, 0 insertions, 27 deletions
diff --git a/packages/whois/whois.inc b/packages/whois/whois.inc deleted file mode 100644 index 15af5e8454..0000000000 --- a/packages/whois/whois.inc +++ /dev/null @@ -1,21 +0,0 @@ -DEPENDS += "gettext-native virtual/libintl" -DESCRIPTION = "whois is an improved whois client" -LICENSE = "GPL" -HOMEPAGE = "http://www.linux.it/~md/software/" -SECTION = "network" - -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 - # a given virtual/ is. - if (bb.data.getVar('TARGET_OS', d, 1) or '').endswith('-uclibc'): - return ' -lintl' - return '' - -EXTRA_OEMAKE = '"OPTS=${CFLAGS} -DCONFIG_FILE=\\\"/etc/whois.conf\\\"" \ - "CC=${CC}" "LDFLAGS=${LDFLAGS}${@whois_intl(bb, d)}"' - -do_install () { - install -D -m 0755 whois ${D}${bindir}/whois - install -D -m 0644 whois.1 ${D}${mandir}/man1/whois.1 -} diff --git a/packages/whois/whois_4.5.25.bb b/packages/whois/whois_4.5.25.bb deleted file mode 100644 index 22952b0d8c..0000000000 --- a/packages/whois/whois_4.5.25.bb +++ /dev/null @@ -1,6 +0,0 @@ -require whois.inc - -SRC_URI = "${DEBIAN_MIRROR}/main/w/whois/whois_${PV}.tar.gz" -S = "${WORKDIR}/whois-${PV}" - -inherit gettext |