diff options
Diffstat (limited to 'kde/tapioca-qt/Pkgfile')
-rwxr-xr-x | kde/tapioca-qt/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kde/tapioca-qt/Pkgfile b/kde/tapioca-qt/Pkgfile deleted file mode 100755 index f09986a4a..000000000 --- a/kde/tapioca-qt/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} |