diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-23 21:15:34 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-23 21:15:34 +0200 |
commit | 6eae240c7921b145a83d7f4c63a5a4b033826b78 (patch) | |
tree | 62efd798ae9d739e0abb7490b4b3b6e096a2c3ab /kde/tapioca-qt/Pkgfile | |
parent | 7d10b56f7d40f54f099a73acefaf708d5b948171 (diff) | |
download | nutyx-extra-6eae240c7921b145a83d7f4c63a5a4b033826b78.tar.gz nutyx-extra-6eae240c7921b145a83d7f4c63a5a4b033826b78.tar.bz2 nutyx-extra-6eae240c7921b145a83d7f4c63a5a4b033826b78.tar.xz nutyx-extra-6eae240c7921b145a83d7f4c63a5a4b033826b78.zip |
Ajout de tapioca-qt#0.14.1-1
Diffstat (limited to 'kde/tapioca-qt/Pkgfile')
-rwxr-xr-x | kde/tapioca-qt/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde/tapioca-qt/Pkgfile b/kde/tapioca-qt/Pkgfile new file mode 100755 index 000000000..f09986a4a --- /dev/null +++ b/kde/tapioca-qt/Pkgfile @@ -0,0 +1,20 @@ +# Description: Jeu de librairies pour la communication tempes reel +# URL: http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: telepathy-qt + +name=tapioca-qt +version=0.14.1 +release=1 +source=(http://downloads.sourceforge.net/tapioca-voip/files/$name-$version.tar.gz) + +build() { + cd $name-$version + mkdir build + cd build + cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX .. + + make + make DESTDIR=$PKG install +} |