From b7ff5338dadad59b7e329afe8fa2bacc3197300c Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Thu, 29 Oct 2009 16:52:15 -0300 Subject: [PATCH 075/118] tagcoll2-2.0.11: adding recipe Signed-off-by: Ricardo Salveti --- recipes/tagcoll/files/dont_compile_man.patch | 20 ++++++++++++++++++++ recipes/tagcoll/tagcoll2_2.0.11.bb | 17 +++++++++++++++++ 2 files changed, 37 insertions(+), 0 deletions(-) create mode 100644 recipes/tagcoll/files/dont_compile_man.patch create mode 100644 recipes/tagcoll/tagcoll2_2.0.11.bb diff --git a/recipes/tagcoll/files/dont_compile_man.patch b/recipes/tagcoll/files/dont_compile_man.patch new file mode 100644 index 0000000..4e95c6b --- /dev/null +++ b/recipes/tagcoll/files/dont_compile_man.patch @@ -0,0 +1,20 @@ +Index: tagcoll2-2.0.11/Makefile.am +=================================================================== +--- tagcoll2-2.0.11.orig/Makefile.am ++++ tagcoll2-2.0.11/Makefile.am +@@ -8,6 +8,7 @@ pkgconfig_DATA=libtagcoll2.pc + m4dir = $(datadir)/aclocal + m4_DATA = libtagcoll2.m4 + ++if DO_DOCS + man_MANS = tagcoll.1 + #tagidx.1 + +@@ -16,6 +17,7 @@ tagcoll.1: tools/tagcoll $(srcdir)/doc/t + + #tagidx.1: tools/manpage doc/tagidx-man-hooks + # tools/manpage tagidx doc/tagidx-man-hooks > $@ || rm $@ ++endif + + EXTRA_DIST = autogen.sh libtagcoll2.m4 libtagcoll2.pc.in COPYING.libtagcoll + diff --git a/recipes/tagcoll/tagcoll2_2.0.11.bb b/recipes/tagcoll/tagcoll2_2.0.11.bb new file mode 100644 index 0000000..adfb480 --- /dev/null +++ b/recipes/tagcoll/tagcoll2_2.0.11.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Commandline tool and functions to perform operations on tagged collections" +HOMEPAGE = "http://packages.debian.org/tagcoll" +LICENSE = "GPLv2" +SECTION = "devel/libs" +DEPENDS = "cdbs debhelper libwibble flex bison" +PR = "r0" + +SRC_URI = "${DEBIAN_MIRROR}/main/t/tagcoll2/tagcoll2_${PV}.orig.tar.gz \ + file://dont_compile_man.patch;patch=1" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-docs" + +do_stage() { + autotools_stage_all +} -- 1.6.3.3