diff options
Diffstat (limited to 'sys-apps/syscriptor/syscriptor-1.5.15.ebuild')
-rw-r--r-- | sys-apps/syscriptor/syscriptor-1.5.15.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-apps/syscriptor/syscriptor-1.5.15.ebuild b/sys-apps/syscriptor/syscriptor-1.5.15.ebuild new file mode 100644 index 000000000000..a4b366d79ab2 --- /dev/null +++ b/sys-apps/syscriptor/syscriptor-1.5.15.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="display misc information about your hardware" +HOMEPAGE="http://syscriptor.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ppc x86" +IUSE="" + +S=${WORKDIR}/${PN} + +src_install () { + emake DESTDIR="${D}" install || die + dodoc AUTHORS CREDITS ChangeLog HISTORY NEWS README TODO +} |