From 00370f2de9e5825d29ca212d51ed35388567b48d Mon Sep 17 00:00:00 2001 From: Peter Gavin Date: Sat, 28 Jul 2001 15:49:20 +0000 Subject: bootcd fixups and additions. set USE=bootcd to build these packages for the installation cd. autoiso.sh is the cd building automation script. (its not nearly complete though) --- sys-apps/debianutils/debianutils-1.13.3-r4.ebuild | 52 ++++++++++++++++++++++ .../debianutils/files/digest-debianutils-1.13.3-r4 | 1 + 2 files changed, 53 insertions(+) create mode 100644 sys-apps/debianutils/debianutils-1.13.3-r4.ebuild create mode 100644 sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 (limited to 'sys-apps/debianutils') diff --git a/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild new file mode 100644 index 000000000000..e5fe3e532c77 --- /dev/null +++ b/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild,v 1.1 2001/07/28 15:49:20 pete Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A selection of tools from Debian" +SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/debianutils_${PV}.tar.gz" + +DEPEND="virtual/glibc" + +src_unpack() { + + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff + +} + +src_compile() { + + if [ -z "`use static`" ] + then + try pmake + else + try pmake LDFLAGS=-static + fi +} + + +src_install() { + + into / + dobin readlink tempfile mktemp + + if [ -z "`use build`" ] && [ -z "`use bootcd`" ] + then + dobin run-parts + insopts -m755 + exeinto /usr/sbin + doexe savelog + + doman mktemp.1 readlink.1 tempfile.1 run-parts.8 savelog.8 + + cd debian + dodoc changelog control copyright + fi + +} + + + diff --git a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 new file mode 100644 index 000000000000..30079b8cc3cd --- /dev/null +++ b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 @@ -0,0 +1 @@ +MD5 91511bc2eec9beebb23cf22fb57a202e debianutils_1.13.3.tar.gz -- cgit v1.2.3-65-gdbad