From 455a67ee98ed82e3b8e5fbb4d31875110ef9114f Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sun, 2 Aug 2009 00:32:26 +0200 Subject: libnxml: Use .inc and INC_PR. --- recipes/libnxml/libnxml.inc | 15 +++++++++++++++ recipes/libnxml/libnxml_0.16.bb | 14 -------------- 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 recipes/libnxml/libnxml.inc delete mode 100644 recipes/libnxml/libnxml_0.16.bb diff --git a/recipes/libnxml/libnxml.inc b/recipes/libnxml/libnxml.inc new file mode 100644 index 0000000000..0930d5d1d9 --- /dev/null +++ b/recipes/libnxml/libnxml.inc @@ -0,0 +1,15 @@ +HOMEPAGE = "http://www2.autistici.org/bakunin/codes.php" +DESCRIPTION = "nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143, 2312)" +LICENSE = "LGPL" + +DEPENDS = "curl" + +INC_PR = "0" + +inherit autotools pkgconfig + +SRC_URI = "http://www2.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz" + +do_stage() { + autotools_stage_all +} diff --git a/recipes/libnxml/libnxml_0.16.bb b/recipes/libnxml/libnxml_0.16.bb deleted file mode 100644 index 6f836d226d..0000000000 --- a/recipes/libnxml/libnxml_0.16.bb +++ /dev/null @@ -1,14 +0,0 @@ -HOMEPAGE = "http://www2.autistici.org/bakunin/codes.php" -DESCRIPTION = "nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143, 2312)" -LICENSE = "LGPL" - -DEPENDS = "curl" - -inherit autotools pkgconfig - -SRC_URI = "http://www2.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz" - - -do_stage() { - autotools_stage_all -} -- cgit v1.2.3