summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/augeas/augeas.inc
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-08-20 11:05:33 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-09-03 18:30:03 -0700
commit079b70a76ccd8a031b669cd211b17155796740a1 (patch)
tree2801f31adf24cf7c23a2d4a1f690e6453efc62fa /meta/recipes-extended/augeas/augeas.inc
parent63f7b0a7036eb628677c413b246fb87a0131845f (diff)
downloadpoky-079b70a76ccd8a031b669cd211b17155796740a1.tar.gz
augeas: add new package
version 0.7.3 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended/augeas/augeas.inc')
-rw-r--r--meta/recipes-extended/augeas/augeas.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc
new file mode 100644
index 0000000000..be2585125f
--- /dev/null
+++ b/meta/recipes-extended/augeas/augeas.inc
@@ -0,0 +1,26 @@
1DESCRIPTION = "Augeas configuration API"
2HOMEPAGE = "http://augeas.net/"
3BUGTRACKER = "https://fedorahosted.org/augeas/report/1"
4
5LICENSE = "LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
7
8SRC_URI = "http://augeas.net/download/${BP}.tar.gz"
9
10inherit autotools
11
12PACKAGES =+ "${PN}-lenses lib${PN} lib${PN}-dev lib${PN}-dbg"
13
14FILES_${PN}-lenses = "${datadir}/augeas/lenses"
15FILES_lib${PN} = "${libdir}/*.so.*"
16FILES_lib${PN}-dev = "${libdir}/*.so ${libdir}/*.a ${libdir}/*.la ${includedir} ${libdir}/pkgconfig"
17FILES_lib${PN}-dbg = "${libdir}/.debug"
18
19RDEPENDS_lib${PN} += "${PN}-lenses"
20RRECOMMENDS_lib${PN} += "${PN}"
21
22LEAD_SONAME = "libaugeas.so"
23
24do_install_append() {
25 rm -fr ${D}${datadir}/vim
26}