diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-04-22 21:11:44 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-04-22 21:11:44 +0000 |
commit | 4fd6a75787c461192b63bb59e27a2d83ff675f43 (patch) | |
tree | a3c62716278c49dce3b44e3dcbe5b141caa410db /app-misc/jot/jot-9.0.ebuild | |
parent | Initial import, ebuild submitted by Ryan Shaw (diff) | |
download | gentoo-2-4fd6a75787c461192b63bb59e27a2d83ff675f43.tar.gz gentoo-2-4fd6a75787c461192b63bb59e27a2d83ff675f43.tar.bz2 gentoo-2-4fd6a75787c461192b63bb59e27a2d83ff675f43.zip |
Initial import, ebuild submitted by Ryan Shaw
Diffstat (limited to 'app-misc/jot/jot-9.0.ebuild')
-rw-r--r-- | app-misc/jot/jot-9.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-misc/jot/jot-9.0.ebuild b/app-misc/jot/jot-9.0.ebuild new file mode 100644 index 000000000000..eafac3a2df8d --- /dev/null +++ b/app-misc/jot/jot-9.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/jot/jot-9.0.ebuild,v 1.1 2003/04/22 21:11:33 avenj Exp $ + +DESCRIPTION="Print out increasing, decreasing, random, or redundant data" +HOMEPAGE="http://freshmeat.net/projects/bsd-jot/" +SRC_URI="http://www.mit.edu/afs/athena/system/rhlinux/athena-9.0/free/SRPMS/athena-jot-9.0-3.src.rpm" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="rpm2targz" +RDEPEND="" +S="${WORKDIR}/athena-jot-9.0" + +src_unpack() { + cd ${WORKDIR} + rpm2targz ${DISTDIR}/${A} + tar xzf athena-jot-9.0-3.src.tar.gz + tar xzf athena-jot-9.0.tar.gz +} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die +} |