summaryrefslogtreecommitdiffstats
path: root/bluedevil/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'bluedevil/Pkgfile')
-rw-r--r--bluedevil/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/bluedevil/Pkgfile b/bluedevil/Pkgfile
new file mode 100644
index 000000000..a012d09b4
--- /dev/null
+++ b/bluedevil/Pkgfile
@@ -0,0 +1,20 @@
+# 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,obexd
+# Run on: libbluedevil,kde-workspace,obexd
+
+name=bluedevil
+version=1.2.2
+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
+}