diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2002-11-06 09:34:47 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2002-11-06 09:34:47 +0000 |
commit | 852d1c192d749ac6cc13242f773618edfb4ac919 (patch) | |
tree | ce145860e8a7ddb81e68ce5e5a6e2e001e2a8bf5 /sys-apps/syscriptor/syscriptor-1.5.12.ebuild | |
parent | Initial import of tvtime (diff) | |
download | historical-852d1c192d749ac6cc13242f773618edfb4ac919.tar.gz historical-852d1c192d749ac6cc13242f773618edfb4ac919.tar.bz2 historical-852d1c192d749ac6cc13242f773618edfb4ac919.zip |
Initial import of syscriptor
Diffstat (limited to 'sys-apps/syscriptor/syscriptor-1.5.12.ebuild')
-rw-r--r-- | sys-apps/syscriptor/syscriptor-1.5.12.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-apps/syscriptor/syscriptor-1.5.12.ebuild b/sys-apps/syscriptor/syscriptor-1.5.12.ebuild new file mode 100644 index 000000000000..b495d34b91a7 --- /dev/null +++ b/sys-apps/syscriptor/syscriptor-1.5.12.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header + +S=${WORKDIR}/${P} +DESCRIPTION="Program that displays information about your hardware" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +HOMEPAGE="http://syscriptor.sourceforge.net/" +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" + +IUSE="" + +DEPEND="virtual/glibc" + +src_compile() { + + econf || die + emake || die + +} + +src_install () { + + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING CREDITS ChangeLog HISTORY LICENSE NEWS README TODO +} |