summaryrefslogtreecommitdiffstats
path: root/obexd/Pkgfile
blob: 85ad9a358592d433e046f77c2fde6e5304cef388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.47
release=1
source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var \
		--libexecdir=/usr/lib/obexd
	make
	make DESTDIR=$PKG install
}