updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / nxtrc / PKGBUILD
blob56cf0fe5d11380717f58176000712bd2c5fc3597
1 # Maintainer: lukas (lukas <dot> graetz <at> web <dot>  de)
2 pkgname=nxtrc
3 pkgver=2.3
4 pkgrel=1
5 pkgdesc="A tool for communicating with lego nxt brick over bluetooth"
6 arch=('i686' 'x86_64')
7 license=('GPL2')
8 url="http://www.scienzaludica.it/index.php?page=88"
9 depends=('bluez')
10 source=("http://www.scienzaludica.it/files/${pkgname}-${pkgver}.tar.gz")
11 md5sums=('d4be8bafe65e6336363a515ed5199ccc')
12 build() {
13   cd "${srcdir}/${pkgname}-${pkgver}"
14   ./configure --prefix=/usr
15   make
17 package() {
18   cd "${srcdir}/${pkgname}-${pkgver}"
19   make DESTDIR=${pkgdir} install