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
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"
}
The .install file is useless. The /dev directory gets deleted on reboot/shutdown. You must create the symlink with a udev rule.
remove the maintainer tag
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