diff options
Diffstat (limited to 'sys-apps/watchpid/watchpid-0.1.ebuild')
-rw-r--r-- | sys-apps/watchpid/watchpid-0.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-apps/watchpid/watchpid-0.1.ebuild b/sys-apps/watchpid/watchpid-0.1.ebuild deleted file mode 100644 index 34ec74ac716c..000000000000 --- a/sys-apps/watchpid/watchpid-0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchpid/watchpid-0.1.ebuild,v 1.2 2000/11/30 23:14:35 achim Exp $ - -A=watchpid_0.1.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Watches a process for termination" -SRC_URI="http://www.codepark.org/projects/utils/${A}" -HOMEPAGE="http://www.codepark.org" -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr install - cd ${S} - dodoc README AUTHORS COPYING NEWS -} - - - |