diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-03 16:02:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-03 16:02:06 +0000 |
commit | fab623106a1e941ff2fd4b7834eab1428cd94e0b (patch) | |
tree | 6dc65e4931d891821746c924233f470184b95558 /sys-apps/isapnptools | |
parent | *** empty log message *** (diff) | |
download | historical-fab623106a1e941ff2fd4b7834eab1428cd94e0b.tar.gz historical-fab623106a1e941ff2fd4b7834eab1428cd94e0b.tar.bz2 historical-fab623106a1e941ff2fd4b7834eab1428cd94e0b.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/isapnptools')
-rw-r--r-- | sys-apps/isapnptools/isapnptools-1.22-r1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild b/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild deleted file mode 100644 index 18fb934c7622..000000000000 --- a/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ - -P=isapnptools-1.22 -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="Tools for configuring ISA PnP devices" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/hardware/isapnptools-1.22.tgz" -HOMEPAGE="http://www.roestock.demon.co.uk/isapnptools/" - -src_compile() { - try make -} - -src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile - cp pnpdump_main.c pnpdump_main.c.orig - sed -e "s/^FILE\* o_file.*//" \ - -e "s/o_file/stdout/g" \ - -e "s/stdout_name/o_file_name/g" pnpdump_main.c.orig > pnpdump_main.c -} - -src_install() { - cd ${S} - dodir /usr/man/man5 - dodir /usr/man/man8 - try make installprefix=${D}/ install - try make installprefix=${D}/ install.man - prepman - dodoc CHANGES COPYING FILES README* *.txt isapnp.conf -} - |