summaryrefslogtreecommitdiffstats
path: root/openobex/Pkgfile
blob: 26ae885baca4c0ea75d979dec75857c1d68c27dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Implémentation du protocole OBject EXchange (OBEX)
# URL: http://dev.zuckschwerdt.org/openobex/
# Maintainer: tnut at nutyx dot com
# Packager: tnut at nutyx doc com
# Depends on: bluez, libusb-compat
# Run on: bluez,libusb-compat

name=openobex
version=1.5
release=1
source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --enable-apps --enable-irda --enable-bluetooth --enable-usb
make
make DESTDIR=$PKG install
}