From 4fe0ecff0e386af84032f9d485551904a8e6a11c Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Wed, 5 Jan 2011 00:26:29 +0100 Subject: [PATCH] shr-specs_git.bb: use autotools Signed-off-by: Klaus Kurzmann --- recipes/shr/shr-specs_git.bb | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/recipes/shr/shr-specs_git.bb b/recipes/shr/shr-specs_git.bb index 2ea073c403..7b237027aa 100644 --- a/recipes/shr/shr-specs_git.bb +++ b/recipes/shr/shr-specs_git.bb @@ -1,22 +1,17 @@ DESCRIPTION = "The SHR DBus API Specification" +AUTHOR = "Klaus 'mrmoku' Kurzmann" HOMEPAGE = "http://shr-project.org/" LICENSE = "BSD" +DEPENDS = "libxslt-native" SECTION = "devel/specifications" -SRCREV = "161a4186a2f53976add7033fd39c8056797d68f7" +SRCREV = "0e50703bcb5bc036fb5b295eceb2b7c6a2f1d455" PV = "0.0.0+gitr${SRCPV}" PR = "r1" SRC_URI = "git://git.shr-project.org/repo/shr-specs.git;protocol=http;branch=master" S = "${WORKDIR}/git" -do_compile() { - make xml -} - -do_install() { - install -d "${D}${datadir}/shr-specs" - install -m 0644 xml/* "${D}${datadir}/shr-specs" -} +inherit autotools pkgconfig FILES_${PN}-dev += "${datadir}/shr-specs" -- 2.39.5