Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1712 - (show annotations)
Sat Feb 27 16:56:51 2010 UTC (3 years, 3 months ago) by acrux
File size: 407 byte(s)
obexftp: initial commit
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=1.42
8 release=1
9 source=(http://bluez.sf.net/download/$name-$version.tar.gz \
10 hci-fix.patch)
11
12 build() {
13 cd $name-$version
14 patch -p1 -i $SRC/hci-fix.patch
15
16 ./configure --prefix=/usr --mandir=/usr/man
17 make
18 make DESTDIR=$PKG install
19 }