summaryrefslogtreecommitdiffstats
path: root/kde/bluedevil/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-08-14 21:29:07 +0200
committertnut <tnut at nutyx dot com>2011-08-14 21:29:07 +0200
commitbbbadec5399ec8e59bbb248b2497ab1ba251f9a8 (patch)
treecc796a116be5316c3ecfbb7dbe4812d22eba0ad3 /kde/bluedevil/Pkgfile
parentee6e07fdb10cfa17072d0626009807a0ab845a1a (diff)
downloadnutyx-extra-bbbadec5399ec8e59bbb248b2497ab1ba251f9a8.tar.gz
nutyx-extra-bbbadec5399ec8e59bbb248b2497ab1ba251f9a8.tar.bz2
nutyx-extra-bbbadec5399ec8e59bbb248b2497ab1ba251f9a8.tar.xz
nutyx-extra-bbbadec5399ec8e59bbb248b2497ab1ba251f9a8.zip
ajout de bluedevil 1.1.1-1
Diffstat (limited to 'kde/bluedevil/Pkgfile')
-rw-r--r--kde/bluedevil/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde/bluedevil/Pkgfile b/kde/bluedevil/Pkgfile
new file mode 100644
index 000000000..b91d5e3d2
--- /dev/null
+++ b/kde/bluedevil/Pkgfile
@@ -0,0 +1,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
+}