diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-01 13:19:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-01 13:19:18 +0000 |
commit | f0321ace2384b34a33069eddbd24d755d25a3ca1 (patch) | |
tree | 0cbdcfa0d35b790e144a120a1eaa6c2c06b61f37 /packages/xapian/xapian-core_1.0.7.bb | |
parent | e81a4b690ee4a08789ad0e9e791e940351a812be (diff) |
xapian-core: update to 1.0.7
Diffstat (limited to 'packages/xapian/xapian-core_1.0.7.bb')
-rw-r--r-- | packages/xapian/xapian-core_1.0.7.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/xapian/xapian-core_1.0.7.bb b/packages/xapian/xapian-core_1.0.7.bb new file mode 100644 index 0000000000..289cae4ead --- /dev/null +++ b/packages/xapian/xapian-core_1.0.7.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 + +do_stage () { + autotools_stage_all +} + |