summaryrefslogtreecommitdiffstats
path: root/libbluedevil/Pkgfile
blob: 3b8c28310aa979ef18ed3f7371e1771f404abfa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Un connecteur QT de bluez pour l'interface bluetooth de KDE
# URL: https://projects.kde.org/projects/playground/libs/libbluedevil
# Maintainer: tnut at nutyx dot com
# Packager: tnut at nutyx dot com
# Depends on: qt, bluez
# Run on: qt,bluez

name=libbluedevil
version=1.9.1
release=1
source=(http://download.kde.org/stable/$name/$version/src/$name-$version.tar.bz2)

build() {
	mkdir build
	cd build
	cmake ../$name-$version -DCMAKE_BUILD_TYPE=Release \
		-DCMAKE_INSTALL_PREFIX=/usr
	make
	make DESTDIR=$PKG install
}