updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / kmobiletools-svn / PKGBUILD
blobc69db26cd9a4a3b4405da12ebacfadf91d96196f
1 # Contributor: Andrea Scarpino <andrea@archlinux.org>
3 pkgname=kmobiletools-svn
4 pkgver=1164730
5 pkgrel=1
6 pkgdesc="Make you mobile phone communicate with your PC"
7 url="http://kmobiletools.org"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 depends=('kdebase-runtime' 'kdepimlibs' 'gammu')
11 makedepends=('cmake' 'automoc4' 'subversion' 'boost')
12 install=kmobiletools.install
13 source=()
14 md5sums=()
16 _svntrunk=svn://websvn.kde.org/home/kde/trunk/playground/pim/kmobiletools/
17 _svnmod=kmobiletools
19 build() {
20   cd $srcdir
22   if [ -d $_svnmod/.svn ]; then
23     (cd $_svnmod && svn up -r $pkgver)
24   else
25     svn co $_svntrunk --config-dir ./ $_svnmod
26   fi
28   msg "SVN checkout done or server timeout"
29   msg "Starting make..."
31   mkdir build
32   cd build
33   cmake ../$_svnmod \
34     -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
35     -DCMAKE_BUILD_TYPE=Release
36   make
39 package() {
40   cd ${srcdir}/build
41   make DESTDIR=$pkgdir install