| 1 |
ssuominen |
1.9 |
# Copyright 1999-2009 Gentoo Foundation
|
| 2 |
flameeyes |
1.1 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
ssuominen |
1.10 |
# $Header: /var/cvsroot/gentoo-x86/app-text/build-docbook-catalog/build-docbook-catalog-1.4.ebuild,v 1.9 2009/07/08 19:56:17 ssuominen Exp $
|
| 4 |
flameeyes |
1.1 |
|
| 5 |
|
|
DESCRIPTION="DocBook XML catalog auto-updater"
|
| 6 |
|
|
HOMEPAGE="http://unknown/"
|
| 7 |
|
|
SRC_URI="mirror://gentoo/${P}.bz2"
|
| 8 |
|
|
|
| 9 |
|
|
LICENSE="GPL-2"
|
| 10 |
|
|
SLOT="0"
|
| 11 |
vapier |
1.8 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
|
| 12 |
flameeyes |
1.1 |
IUSE=""
|
| 13 |
|
|
|
| 14 |
ssuominen |
1.9 |
RDEPEND="|| ( sys-apps/util-linux app-misc/getopt )
|
| 15 |
|
|
!<app-text/docbook-xsl-stylesheets-1.73.1"
|
| 16 |
|
|
DEPEND=""
|
| 17 |
flameeyes |
1.1 |
|
| 18 |
|
|
S=${WORKDIR}
|
| 19 |
|
|
|
| 20 |
|
|
src_install() {
|
| 21 |
ssuominen |
1.10 |
keepdir /etc/xml
|
| 22 |
ssuominen |
1.9 |
newbin ${P} ${PN} || die "newbin failed"
|
| 23 |
flameeyes |
1.1 |
}
|