diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-07-01 11:01:19 +0200 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2009-07-01 11:01:19 +0200 |
commit | c86c7dec5e739b346b2ef9358cc909f22614dc33 (patch) | |
tree | b765eb55b43c939a4d4847ff1eb35ed07197dd59 /recipes | |
parent | 111224cb10360f5e7465e0d0f6fcf8cdee7e2180 (diff) | |
parent | 14fb948e604f4c2a7243fb235355d9ece8e04238 (diff) |
Merge branch 'sugar' into org.openembedded.dev
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xapian/xapian-core-native_1.0.13.bb | 6 | ||||
-rw-r--r-- | recipes/xapian/xapian-core_1.0.13.bb | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes/xapian/xapian-core-native_1.0.13.bb b/recipes/xapian/xapian-core-native_1.0.13.bb new file mode 100644 index 0000000000..584ec6d203 --- /dev/null +++ b/recipes/xapian/xapian-core-native_1.0.13.bb @@ -0,0 +1,6 @@ +require xapian-core_${PV}.bb + +inherit native + +S = "${WORKDIR}/xapian-core-${PV}" + diff --git a/recipes/xapian/xapian-core_1.0.13.bb b/recipes/xapian/xapian-core_1.0.13.bb new file mode 100644 index 0000000000..5987b09491 --- /dev/null +++ b/recipes/xapian/xapian-core_1.0.13.bb @@ -0,0 +1,16 @@ +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 pkgconfig + +do_stage () { + autotools_stage_all +} + |