diff options
author | tnut <tnut at nutyx dot com> | 2011-08-14 21:19:49 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-14 21:19:49 +0200 |
commit | 34f65095c71058595de19f08a29e37973cab1876 (patch) | |
tree | 7699d9ec3d145603f07f7cfac3e11e41de136763 /extra/libbluedevil/Pkgfile | |
parent | 171bf2bf5a5020a70f73927043d257f62be2de15 (diff) | |
download | nutyx-extra-34f65095c71058595de19f08a29e37973cab1876.tar.gz nutyx-extra-34f65095c71058595de19f08a29e37973cab1876.tar.bz2 nutyx-extra-34f65095c71058595de19f08a29e37973cab1876.tar.xz nutyx-extra-34f65095c71058595de19f08a29e37973cab1876.zip |
ajout libbluedevil 1.9-1
Diffstat (limited to 'extra/libbluedevil/Pkgfile')
-rw-r--r-- | extra/libbluedevil/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libbluedevil/Pkgfile b/extra/libbluedevil/Pkgfile new file mode 100644 index 000000000..be7478af9 --- /dev/null +++ b/extra/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 +} |