app-doc/autobook - 1.5 (gentoo)

Search

Package Information

Description:
GNU Autoconf, Automake and Libtool
Homepage:
https://sourceware.org/autobook/
License:
OPL

Ebuild Details

Version EAPI Keywords Slot
1.5 7 amd64 arm ~hppa ~m68k ppc ~riscv ~s390 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="GNU Autoconf, Automake and Libtool"
HOMEPAGE="https://sourceware.org/autobook/"
SRC_URI="
	https://sourceware.org/autobook/${P}.tar.gz
	https://sourceware.org/autobook/foonly-2.0.tar.gz
	https://sourceware.org/autobook/small-2.0.tar.gz
	https://sourceware.org/autobook/hello-2.0.tar.gz
	https://sourceware.org/autobook/convenience-2.0.tar.gz"

LICENSE="OPL"
SLOT="0"
KEYWORDS="amd64 arm ~hppa ~m68k ppc ~riscv ~s390 x86"

src_install() {
	local HTML_DOCS=( . )
	einstalldocs

	local d
	for d in {convenience,foonly,hello,small}-2.0; do
		dodoc -r "${WORKDIR}"/${d}
	done
}

Manifest for 1.5

Type File Size Source URLs
DIST autobook-1.5.tar.gz 357570 bytes https://sourceware.org/autobook/autobook-1.5.tar.gz
DIST convenience-2.0.tar.gz 1771 bytes https://sourceware.org/autobook/convenience-2.0.tar.gz
DIST foonly-2.0.tar.gz 1211 bytes https://sourceware.org/autobook/foonly-2.0.tar.gz
DIST hello-2.0.tar.gz 1278 bytes https://sourceware.org/autobook/hello-2.0.tar.gz
DIST small-2.0.tar.gz 21912 bytes https://sourceware.org/autobook/small-2.0.tar.gz