summaryrefslogtreecommitdiffstats
path: root/kde/bluedevil/Pkgfile
blob: b91d5e3d261b93f6bd12965e0539d82319554e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Interface bluetooth de KDE
# URL: https://projects.kde.org/projects/extragear/base/bluedevil
# Maintainer: tnut at nutyx dot com
# Packager: tnut at nutyx dot com
# Depends on: cmake, automoc4, libbluedevil, kde-workspace
# Run on: libbluedevil,kde-workspace

name=bluedevil
version=1.1.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
}