summaryrefslogtreecommitdiffstats
path: root/obexd/Pkgfile
blob: fcdb8d6ab529f2a694f674a73c24f38f03b1d8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Librairie et outils pour le protocol Bluetooth
# URL: http://www.bluez.org/
# Maintainer: tnut at nutyx dot com
# Packager: tnut at nutyx doc com
# Depends on: openobex, libical
# Run on: openobex,libical

name=obexd
version=0.42
release=1
source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
    --sysconfdir=/etc \
    --localstatedir=/var \
    --libexecdir=/usr/lib/obexd
make
make DESTDIR=$PKG install
}