diff options
author | 2002-07-18 16:21:21 +0000 | |
---|---|---|
committer | 2002-07-18 16:21:21 +0000 | |
commit | 441d30dda3b625d3399b966d8ad1568b16390be6 (patch) | |
tree | d825f0659a15c02684cfa7c119917d5da6b9bc89 /app-misc | |
parent | using a single make instead of emake (diff) | |
download | gentoo-2-441d30dda3b625d3399b966d8ad1568b16390be6.tar.gz gentoo-2-441d30dda3b625d3399b966d8ad1568b16390be6.tar.bz2 gentoo-2-441d30dda3b625d3399b966d8ad1568b16390be6.zip |
Initial import.
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fdutils/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/fdutils/fdutils-5.4.20020222.ebuild | 59 | ||||
-rw-r--r-- | app-misc/fdutils/files/digest-fdutils-5.4.20020222 | 2 |
3 files changed, 69 insertions, 0 deletions
diff --git a/app-misc/fdutils/ChangeLog b/app-misc/fdutils/ChangeLog new file mode 100644 index 000000000000..c4dd71993951 --- /dev/null +++ b/app-misc/fdutils/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-misc/fdutils +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.4 2002/05/30 01:54:49 sandymac Exp + +*fdutils-5.4.20020222 (18 Jul 2002) + + 18 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> fdutils-5.4.20020222.ebuild: + Initial release. diff --git a/app-misc/fdutils/fdutils-5.4.20020222.ebuild b/app-misc/fdutils/fdutils-5.4.20020222.ebuild new file mode 100644 index 000000000000..88d9c4829707 --- /dev/null +++ b/app-misc/fdutils/fdutils-5.4.20020222.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp + +DESCRIPTION="The fdutils package contains utilities for configuring and debugging the Linux floppy driver" +SRC_URI="http://fdutils.linux.lu/fdutils-5.4.tar.gz + http://fdutils.linux.lu/fdutils-5.4-20020222.diff.gz" +HOMEPAGE="http://fdutils.linux.lu/" +LICENSE="GPL-2" +DEPEND=">=mtools-3" +#RDEPEND="" +S=${WORKDIR}/${PN}-5.4 + +src_unpack() { + unpack fdutils-5.4.tar.gz + gunzip -c ${DISTDIR}/${PN}-5.4-20020222.diff.gz | patch -p0 +} + +src_compile() { + cd ${S} + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --enable-fdmount-floppy-only \ + --mandir=/usr/share/man || die "./configure failed" + + + + #emake || die + make || die +} + +src_install () { + # since the Makefiles doesnt support $DESTDIR we'll do it manually instead of patching the Makefile.in + + dobin src/MAKEFLOPPIES src/diskd src/floppycontrol src/floppymeter src/getfdprm src/setfdprm + dobin src/fdrawcmd src/fdmount + + dosym /usr/bin/binxdfcopy /usr/bin/xdfformat + dosym /usr/bin/fdmount /usr/bin/fdumount + dosym /usr/bin/fdmount /usr/bin/fdlist + dosym /usr/bin/fdmount /usr/bin/fdmountd + + insinto /etc + doins src/mediaprm + + doinfo doc/fdutils.info* + + doman doc/*.1 doc/*.4 + + dosym /usr/share/man/man1/fdmount.1.gz /usr/share/man/man1/fdumount.1.gz + dosym /usr/share/man/man1/fdmount.1.gz /usr/share/man/man1/fdlist.1.gz + dosym /usr/share/man/man1/fdmount.1.gz /usr/share/man/man1/fdmountd.1.gz + dosym /usr/share/man/man1/xdfcopy.1.gz /usr/share/man/man1/xdfformat.1.gz + + dodoc Changelog + +} diff --git a/app-misc/fdutils/files/digest-fdutils-5.4.20020222 b/app-misc/fdutils/files/digest-fdutils-5.4.20020222 new file mode 100644 index 000000000000..8be3cfd690cb --- /dev/null +++ b/app-misc/fdutils/files/digest-fdutils-5.4.20020222 @@ -0,0 +1,2 @@ +MD5 17c1df04b1e524078ee52825a5ef5e56 fdutils-5.4.tar.gz 190535 +MD5 8160f7ac93f949f2436c35eadbe46ccf fdutils-5.4-20020222.diff.gz 25310 |