diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-05-14 20:57:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-05-14 20:57:17 +0000 |
commit | 7187dc1f6c8196d7de8b25da07842e2fce25079f (patch) | |
tree | 86f418d5615f52b6009f4419a4abe6ba5dca1a64 /app-misc/bottlerocket | |
parent | initial import of bottlerocket -- bug 19404 (diff) | |
download | gentoo-2-7187dc1f6c8196d7de8b25da07842e2fce25079f.tar.gz gentoo-2-7187dc1f6c8196d7de8b25da07842e2fce25079f.tar.bz2 gentoo-2-7187dc1f6c8196d7de8b25da07842e2fce25079f.zip |
initial import of bottlerocket -- bug 19404
Diffstat (limited to 'app-misc/bottlerocket')
-rw-r--r-- | app-misc/bottlerocket/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/bottlerocket/Manifest | 4 | ||||
-rw-r--r-- | app-misc/bottlerocket/bottlerocket-0.04c.ebuild | 31 | ||||
-rw-r--r-- | app-misc/bottlerocket/files/digest-bottlerocket-0.04c | 1 |
4 files changed, 43 insertions, 2 deletions
diff --git a/app-misc/bottlerocket/ChangeLog b/app-misc/bottlerocket/ChangeLog new file mode 100644 index 000000000000..9b47699bf028 --- /dev/null +++ b/app-misc/bottlerocket/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-misc/bottlerocket +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/bottlerocket/ChangeLog,v 1.1 2003/05/14 20:57:09 agriffis Exp $ + +*bottlerocket-0.04c (14 May 2003) + + 14 May 2003; Aron Griffis <agriffis@gentoo.org> bottlerocket-0.04c.ebuild: + Initial import. Ebuild submitted by Russell Adams <demo@demosthenes.org>. + diff --git a/app-misc/bottlerocket/Manifest b/app-misc/bottlerocket/Manifest index bff49df3a6cf..135c49a4efc2 100644 --- a/app-misc/bottlerocket/Manifest +++ b/app-misc/bottlerocket/Manifest @@ -1,3 +1,3 @@ -MD5 9f3522a0d00dc3d5960cd020bfab7d72 bottlerocket-0.04c.ebuild 701 -MD5 3c6253e123f535cbce9d980e9a3e2c92 ChangeLog 320 +MD5 6d995f1f30055b3664dd01820a40b442 bottlerocket-0.04c.ebuild 815 +MD5 52208278b45aba5ef9c604545ca3dc77 ChangeLog 416 MD5 3a4382ebb78434d410178a8d440d4b1a files/digest-bottlerocket-0.04c 69 diff --git a/app-misc/bottlerocket/bottlerocket-0.04c.ebuild b/app-misc/bottlerocket/bottlerocket-0.04c.ebuild new file mode 100644 index 000000000000..5d9cde199993 --- /dev/null +++ b/app-misc/bottlerocket/bottlerocket-0.04c.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/bottlerocket/bottlerocket-0.04c.ebuild,v 1.1 2003/05/14 20:57:09 agriffis Exp $ + +IUSE="" + +DESCRIPTION="CLI interface to the X-10 Firecracker Kit" +HOMEPAGE="http://mlug.missouri.edu/~tymm/" +SRC_URI="http://mlug.missouri.edu/~tymm/${P}.tar.gz" +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86" +DEPEND="" + +src_compile() { + econf --with-x10port=/dev/firecracker || die 'econf failed' + emake || die 'emake failed' +} + +src_install() { + einstall || die 'einstall failed' + dodoc README +} + +pkg_postinst() { + einfo + einfo "Be sure to create a /dev/firecracker symlink to the" + einfo "serial port that has the Firecracker serial interface" + einfo "installed on it." + einfo +} diff --git a/app-misc/bottlerocket/files/digest-bottlerocket-0.04c b/app-misc/bottlerocket/files/digest-bottlerocket-0.04c new file mode 100644 index 000000000000..6ed794561194 --- /dev/null +++ b/app-misc/bottlerocket/files/digest-bottlerocket-0.04c @@ -0,0 +1 @@ +MD5 07e0c84456a826143d30ed8aa98c5499 bottlerocket-0.04c.tar.gz 40533 |