From: Klaus Kurzmann Date: Tue, 4 Jan 2011 23:26:29 +0000 (+0100) Subject: shr-specs_git.bb: use autotools X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe0ecff0e386af84032f9d485551904a8e6a11c;p=openembedded.git shr-specs_git.bb: use autotools Signed-off-by: Klaus Kurzmann --- 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"