]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/core/docbook-utils/docbook-utils.nm
docbook-utils: Add dependency to docbook-dsssl.
[ipfire-3.x.git] / pkgs / core / docbook-utils / docbook-utils.nm
CommitLineData
332c8f43
SS
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
5# #
6# This program is free software: you can redistribute it and/or modify #
7# it under the terms of the GNU General Public License as published by #
8# the Free Software Foundation, either version 3 of the License, or #
9# (at your option) any later version. #
10# #
11# This program is distributed in the hope that it will be useful, #
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
18# #
19###############################################################################
20
21###############################################################################
22# Definitions
23###############################################################################
24
25include $(PKGROOT)/Include
26
27PKG_NAME = docbook-utils
28PKG_VER = 0.6.14
29PKG_REL = 0
30
31PKG_MAINTAINER =
32PKG_GROUP = Applications/Text
33PKG_URL = http://sources.redhat.com/docbook-tools/
34PKG_LICENSE = GPLv2+
35PKG_SUMMARY = Shell scripts for managing DocBook documents.
36
3dc7a8e6
MT
37PKG_BUILD_DEPS+= docbook-dtds docbook-dsssl openjade sgml-common
38PKG_DEPS += docbook-dtds
332c8f43
SS
39
40define PKG_DESCRIPTION
3dc7a8e6 41 This package contains scripts are for easy conversion from DocBook \
332c8f43
SS
42 files to other formats, and for comparing SGML files.
43endef
44
45PKG_TARBALL = $(THISAPP).tar.gz
46
47# Manual list patches because they need to be applied in specical order
48PKG_PATCHES = $(PKG_NAME)-spaces.patch
49PKG_PATCHES += $(PKG_NAME)-2ndspaces.patch
50PKG_PATCHES += $(PKG_NAME)-w3mtxtconvert.patch
51PKG_PATCHES += $(PKG_NAME)-grepnocolors.patch
52PKG_PATCHES += $(PKG_NAME)-sgmlinclude.patch
53PKG_PATCHES += $(PKG_NAME)-rtfmanpage.patch
54PKG_PATCHES += $(PKG_NAME)-papersize.patch
55PKG_PATCHES += $(PKG_NAME)-nofinalecho.patch
56PKG_PATCHES += $(PKG_NAME)-newgrep.patch
57
58CONFIGURE_OPTIONS += \
59 --libdir=/usr/lib \
60 --mandir=/usr/share/man \