summaryrefslogtreecommitdiff
path: root/packages/xapian
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/xapian
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (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/xapian')
-rw-r--r--packages/xapian/xapian-core-native_1.0.5.bb5
-rw-r--r--packages/xapian/xapian-core_1.0.5.bb16
-rw-r--r--packages/xapian/xapian-core_1.0.7.bb16
-rw-r--r--packages/xapian/xapian-quickstart.inc20
-rw-r--r--packages/xapian/xapian-quickstartindex-native_1.0.bb9
-rw-r--r--packages/xapian/xapian-quickstartindex_1.0.bb4
-rw-r--r--packages/xapian/xapian-quickstartsearch_1.0.bb4
7 files changed, 0 insertions, 74 deletions
diff --git a/packages/xapian/xapian-core-native_1.0.5.bb b/packages/xapian/xapian-core-native_1.0.5.bb
deleted file mode 100644
index d3c425f6c4..0000000000
--- a/packages/xapian/xapian-core-native_1.0.5.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require xapian-core_${PV}.bb
-
-inherit native
-
-S = "${WORKDIR}/xapian-core-${PV}"
diff --git a/packages/xapian/xapian-core_1.0.5.bb b/packages/xapian/xapian-core_1.0.5.bb
deleted file mode 100644
index 2af709324f..0000000000
--- a/packages/xapian/xapian-core_1.0.5.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRPITION = "Open Source Search Engine Library"
-HOMEPAGE = "http://xapian.org"
-SECTION = "devel/libs"
-PRIORITY = "optional"
-LICENSE = "GPL"
-DEPENDS = "zlib"
-PR = "r0"
-
-SRC_URI = "http://www.oligarchy.co.uk/xapian/1.0.5/xapian-core-${PV}.tar.gz"
-
-inherit autotools
-
-do_stage () {
- autotools_stage_all
-}
-
diff --git a/packages/xapian/xapian-core_1.0.7.bb b/packages/xapian/xapian-core_1.0.7.bb
deleted file mode 100644
index 289cae4ead..0000000000
--- a/packages/xapian/xapian-core_1.0.7.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRPITION = "Open Source Search Engine Library"
-HOMEPAGE = "http://xapian.org"
-SECTION = "devel/libs"
-PRIORITY = "optional"
-LICENSE = "GPL"
-DEPENDS = "zlib"
-PR = "r0"
-
-SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz"
-
-inherit autotools
-
-do_stage () {
- autotools_stage_all
-}
-
diff --git a/packages/xapian/xapian-quickstart.inc b/packages/xapian/xapian-quickstart.inc
deleted file mode 100644
index aab599f64b..0000000000
--- a/packages/xapian/xapian-quickstart.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Simplest possible indexer (from an older release of xapian)."
-HOMEPAGE = "http://users.softlab.ece.ntua.gr/~ttsiod/buildWikipediaOffline.html"
-PRIORITY = "optional"
-LICENSE = "GPL"
-DEPENDS = "xapian-core"
-
-BINARY_NAME = ${@bb.data.getVar("PN",d,1).replace("xapian-","").replace("-native","")}
-S = "${WORKDIR}"
-
-SRC_URI = "http://users.softlab.ece.ntua.gr/~ttsiod/${BINARY_NAME}.cc"
-
-do_compile() {
- ${CXX} ${CXXLAGS} ${LDFLAGS} -I${STAGING_INCDIR_NATIVE} -lxapian -o ${BINARY_NAME} ${BINARY_NAME}.cc
-}
-
-do_install() {
- install -d ${D}$
- install -d ${D}${bindir}
- install -m 0755 ${WORKDIR}/${BINARY_NAME} ${D}${bindir}/
-}
diff --git a/packages/xapian/xapian-quickstartindex-native_1.0.bb b/packages/xapian/xapian-quickstartindex-native_1.0.bb
deleted file mode 100644
index fe84d4cbf5..0000000000
--- a/packages/xapian/xapian-quickstartindex-native_1.0.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require xapian-quickstartindex_${PV}.bb
-
-DEPENDS = "xapian-core-native"
-
-inherit native
-
-do_stage() {
- install -m 0744 ${WORKDIR}/${BINARY_NAME} ${STAGING_BINDIR}
-}
diff --git a/packages/xapian/xapian-quickstartindex_1.0.bb b/packages/xapian/xapian-quickstartindex_1.0.bb
deleted file mode 100644
index 7a17f7b354..0000000000
--- a/packages/xapian/xapian-quickstartindex_1.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require xapian-quickstart.inc
-
-DESCRIPTION += "This package provides the tool for creating the index."
-PR = "r1"
diff --git a/packages/xapian/xapian-quickstartsearch_1.0.bb b/packages/xapian/xapian-quickstartsearch_1.0.bb
deleted file mode 100644
index c3381f6abd..0000000000
--- a/packages/xapian/xapian-quickstartsearch_1.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require xapian-quickstart.inc
-
-DESCRIPTION += "This package provides the tool for searching the index."
-PR = "r1"