diff options
Diffstat (limited to 'sys-apps/devfsd/devfsd-1.3.10.ebuild')
-rw-r--r-- | sys-apps/devfsd/devfsd-1.3.10.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-apps/devfsd/devfsd-1.3.10.ebuild b/sys-apps/devfsd/devfsd-1.3.10.ebuild deleted file mode 100644 index c7748e06d46b..000000000000 --- a/sys-apps/devfsd/devfsd-1.3.10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.10.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="Daemon for the Lunx Device Filesystem" -SRC_URI="ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/devfsd-v1.3.10.tar.gz" -HOMEPAGE="http://www.atnf.csiro.au/~rgooch/linux/" - -src_unpack() { - unpack ${A} - cp ${FILESDIR}/devfsd.h ${S} -} - -src_compile() { - - cd ${S} - try make - -} - -src_install () { - - into / - dosbin devfsd - into /usr - doman devfsd.8 - insinto /etc - doins devfsd.conf modules.devfs - exeinto /etc/rc.d/init.d - doexe ${FILESDIR}/devfsd - -} -pkg_postinst () { - rc-update add devfsd -} - |