Username: Password: Remember me
Search Criteria Advanced
Package Details

bottlerocket 0.04c-1
http://mlug.missouri.edu/~tymm/
BottleRocket is a utility to allow the use of the X10 FireCracker wireless appliance control kit

unsupported :: science
Maintainer: shofs
Votes: 6

License: unknown

Last Updated: Thu, 03 Nov 2005 05:41:58 +0000
First Submitted: Thu, 03 Nov 2005 05:32:29 +0000

Tarball :: Files :: PKGBUILD

Sources
http://mlug.missouri.edu/~tymm/bottlerocket-0.04c.tar.gz
Comment by: omgwtfbyobbq on Tue, 06 Oct 2009 05:09:30 +0000
fwiw the PKGBUILD needs the usual arch=('i686'), and the install file should contain this instead of the symlink...

echo 'KERNEL=="ttyS0", SYMLINK+="firecracker"' >> /etc/udev/rules.d/device-mapper.rules

The build portion also needed to be modified, but I'm no programmer so I'm not sure if this is the way it should be done.

build() {
cd $startdir/src/$pkgname-$pkgver
./configure --with-x10port=/dev/firecracker --prefix=/usr
make || return 1
mkdir $startdir/pkg/usr
mkdir $startdir/pkg/usr/bin
install -cm 555 br "$pkgdir/usr/bin/br"
}
Comment by: Snowman on Sat, 17 Jun 2006 05:48:59 +0000
The .install file is useless. The /dev directory gets deleted on reboot/shutdown. You must create the symlink with a udev rule.
Comment by: willysilly on Tue, 11 Apr 2006 22:15:37 +0000
remove the maintainer tag
Comment by: shofs on Thu, 03 Nov 2005 05:32:30 +0000
BottleRocket is a command-line interface for Unix systems to use the FireCracker kit. It is easy to use, has all of the major (non-gui) functionality of the Windows interface, is easy to call from scripts and the backend code is made to be easily linked into other programs.

v1.6.0