summaryrefslogtreecommitdiffstats
path: root/kde/tapioca-qt/Pkgfile
blob: f09986a4aebe7339f25f8955c4da773ceff89bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}