diff options
author | tnut <tnut at nutyx dot com> | 2011-08-14 21:28:33 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-14 21:28:33 +0200 |
commit | ee6e07fdb10cfa17072d0626009807a0ab845a1a (patch) | |
tree | ceff463656753b92a5f432d3bf375481cd0cfdcd /kde/libbluedevil/Pkgfile | |
parent | 34f65095c71058595de19f08a29e37973cab1876 (diff) | |
download | nutyx-pakxe-ee6e07fdb10cfa17072d0626009807a0ab845a1a.tar.gz nutyx-pakxe-ee6e07fdb10cfa17072d0626009807a0ab845a1a.tar.bz2 nutyx-pakxe-ee6e07fdb10cfa17072d0626009807a0ab845a1a.tar.xz nutyx-pakxe-ee6e07fdb10cfa17072d0626009807a0ab845a1a.zip |
libbluedevil dans kde
Diffstat (limited to 'kde/libbluedevil/Pkgfile')
-rw-r--r-- | kde/libbluedevil/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde/libbluedevil/Pkgfile b/kde/libbluedevil/Pkgfile new file mode 100644 index 000000000..be7478af9 --- /dev/null +++ b/kde/libbluedevil/Pkgfile @@ -0,0 +1,19 @@ +# 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 +release=1 +source=(http://download.kde.org/unstable/$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 +} |