diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-06-16 21:28:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-06-16 21:28:23 +0000 |
commit | 21b4320172ad1012fc1b637b9b388a751af01add (patch) | |
tree | 0c0c90efd11f461813e3fe2e478c251ad0039b29 /sys-fs/sysfsutils/sysfsutils-0.3.0.ebuild | |
parent | amd64 stable (diff) | |
download | gentoo-2-21b4320172ad1012fc1b637b9b388a751af01add.tar.gz gentoo-2-21b4320172ad1012fc1b637b9b388a751af01add.tar.bz2 gentoo-2-21b4320172ad1012fc1b637b9b388a751af01add.zip |
old
(Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64)
Diffstat (limited to 'sys-fs/sysfsutils/sysfsutils-0.3.0.ebuild')
-rw-r--r-- | sys-fs/sysfsutils/sysfsutils-0.3.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-fs/sysfsutils/sysfsutils-0.3.0.ebuild b/sys-fs/sysfsutils/sysfsutils-0.3.0.ebuild deleted file mode 100644 index 92192e9272ef..000000000000 --- a/sys-fs/sysfsutils/sysfsutils-0.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sysfsutils/sysfsutils-0.3.0.ebuild,v 1.6 2005/03/03 16:52:31 corsair Exp $ - -inherit libtool - -DESCRIPTION="System Utilities Based on Sysfs" -HOMEPAGE="http://linux-diag.sourceforge.net/Sysfsutils.html" -SRC_URI="mirror://sourceforge/linux-diag/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - elibtoolize - econf || die "./configure failed" - - # Make sure we do not link with external libsysfs .. - sed -i '/^LIBS/ s/-lsysfs//' cmd/Makefile - - emake || die -} - -src_install() { - einstall includedir=${D}/usr/include/sysfs || die - - # We do not distribute this - rm -f ${D}/usr/bin/dlist_test - - dodoc AUTHORS COPYING ChangeLog NEWS README TODO - # FIXME: cmd/GPL and lib/LGPL do not exist - should we - # then rather add them manually ? - dodoc cmd/GPL lib/LGPL docs/libsysfs.txt -} |