summaryrefslogtreecommitdiffstats
path: root/extra/libbluedevil/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libbluedevil/Pkgfile')
-rw-r--r--extra/libbluedevil/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/libbluedevil/Pkgfile b/extra/libbluedevil/Pkgfile
deleted file mode 100644
index 3b8c28310..000000000
--- a/extra/libbluedevil/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}