summaryrefslogtreecommitdiffstats
path: root/kde/libdbusmenu-qt/Pkgfile
diff options
context:
space:
mode:
authorSibelle <lesibel@ree.fr>2010-05-31 11:06:19 +0200
committerSibelle <lesibel@ree.fr>2010-05-31 11:06:19 +0200
commit5a9b2a9f470151b941501123d57e0652e14652e1 (patch)
tree176067b2b26f0ab364aaf72c96c2c13b0dc4b958 /kde/libdbusmenu-qt/Pkgfile
parent52dcc34fdd0923a312f734515ae9a4daf9a73326 (diff)
downloadnutyx-pakxe-5a9b2a9f470151b941501123d57e0652e14652e1.tar.gz
nutyx-pakxe-5a9b2a9f470151b941501123d57e0652e14652e1.tar.bz2
nutyx-pakxe-5a9b2a9f470151b941501123d57e0652e14652e1.tar.xz
nutyx-pakxe-5a9b2a9f470151b941501123d57e0652e14652e1.zip
Ajout de libdbusmenu-qt#0.3.3-1
Diffstat (limited to 'kde/libdbusmenu-qt/Pkgfile')
-rw-r--r--kde/libdbusmenu-qt/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde/libdbusmenu-qt/Pkgfile b/kde/libdbusmenu-qt/Pkgfile
new file mode 100644
index 000000000..ecf99206b
--- /dev/null
+++ b/kde/libdbusmenu-qt/Pkgfile
@@ -0,0 +1,23 @@
+# Decription: Librairie nécessaire pour implémenter dbus sous Qt
+# URL: http://people.canonical.com/~agateau/dbusmenu/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: cmake, qt
+
+name=libdbusmenu-qt
+version=0.3.3
+release=1
+
+source=(http://people.canonical.com/~agateau/dbusmenu/$name-$version.tar.bz2 )
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=OFF
+ make -j3
+ make DESTDIR=$PKG install
+}
+