updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / bottlerocket / PKGBUILD
blob736003986b74dee0483382adad65d0b902b56342
1 # Maintainer: Ryan <rbalfanz@gmail.com>
2 # Contributor: Ryan Balfanz <rbalfanz@gmail.com>
3 pkgname=bottlerocket
4 pkgver=0.04c
5 pkgrel=1
6 pkgdesc="BottleRocket is a utility to allow the use of the X10 FireCracker wireless appliance control kit"
7 url="http://mlug.missouri.edu/~tymm/"
8 license=""
9 depends=()
10 makedepends=()
11 conflicts=()
12 replaces=()
13 backup=()
14 install=('bottlerocket.install')
15 source=(http://mlug.missouri.edu/~tymm/$pkgname-$pkgver.tar.gz)
16 md5sums=('07e0c84456a826143d30ed8aa98c5499')
18 build() {
19   cd $startdir/src/$pkgname-$pkgver
20   ./configure --with-x10port=/dev/firecracker --prefix=/usr
21   make || return 1
22   make DESTDIR=$startdir/pkg install