diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-08-24 10:37:44 +0200 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2009-08-24 10:39:54 +0200 |
commit | 0066ccb83118f8a7593dd589c8344af9b7afc2eb (patch) | |
tree | 6c18c1597ac8ae47b14a288513dd84823591d2a6 /recipes | |
parent | a701cc1e0a60097561dd2be7784f5dd8e6295a5a (diff) |
xapian-core: moved common lines in xapian-core.inc
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xapian/xapian-core.inc | 15 | ||||
-rw-r--r-- | recipes/xapian/xapian-core_1.0.13.bb | 17 | ||||
-rw-r--r-- | recipes/xapian/xapian-core_1.0.14.bb | 17 | ||||
-rw-r--r-- | recipes/xapian/xapian-core_1.0.5.bb | 17 | ||||
-rw-r--r-- | recipes/xapian/xapian-core_1.0.7.bb | 17 |
5 files changed, 19 insertions, 64 deletions
diff --git a/recipes/xapian/xapian-core.inc b/recipes/xapian/xapian-core.inc new file mode 100644 index 0000000000..080de127ad --- /dev/null +++ b/recipes/xapian/xapian-core.inc @@ -0,0 +1,15 @@ +DESCRPITION = "Open Source Search Engine Library" +HOMEPAGE = "http://xapian.org" +SECTION = "devel/libs" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "zlib" + +SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} + diff --git a/recipes/xapian/xapian-core_1.0.13.bb b/recipes/xapian/xapian-core_1.0.13.bb index 5987b09491..5428d8d135 100644 --- a/recipes/xapian/xapian-core_1.0.13.bb +++ b/recipes/xapian/xapian-core_1.0.13.bb @@ -1,16 +1 @@ -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 -} - +include xapian-core.inc diff --git a/recipes/xapian/xapian-core_1.0.14.bb b/recipes/xapian/xapian-core_1.0.14.bb index 5987b09491..5428d8d135 100644 --- a/recipes/xapian/xapian-core_1.0.14.bb +++ b/recipes/xapian/xapian-core_1.0.14.bb @@ -1,16 +1 @@ -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 -} - +include xapian-core.inc diff --git a/recipes/xapian/xapian-core_1.0.5.bb b/recipes/xapian/xapian-core_1.0.5.bb index 2af709324f..5428d8d135 100644 --- a/recipes/xapian/xapian-core_1.0.5.bb +++ b/recipes/xapian/xapian-core_1.0.5.bb @@ -1,16 +1 @@ -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 -} - +include xapian-core.inc diff --git a/recipes/xapian/xapian-core_1.0.7.bb b/recipes/xapian/xapian-core_1.0.7.bb index 289cae4ead..5428d8d135 100644 --- a/recipes/xapian/xapian-core_1.0.7.bb +++ b/recipes/xapian/xapian-core_1.0.7.bb @@ -1,16 +1 @@ -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 -} - +include xapian-core.inc |