Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2691 - (show annotations)
Wed May 9 22:33:03 2012 UTC (12 months, 1 week ago) by acrux
File size: 369 byte(s)
bluez-hcidump: updated to 2.4
1 # Description: Bluetooth HCI package analyzer
2 # URL: http://www.bluez.org/
3 # Maintainer: acrux, acrux at linuxmail dot org
4 # Depends on: bluez
5
6 name=bluez-hcidump
7 version=2.4
8 release=1
9 source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.xz)
10
11 build() {
12 cd $name-$version
13
14 ./configure --prefix=/usr --mandir=/usr/man
15 make
16 make DESTDIR=$PKG install
17 }