updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kio-fuse-svn / PKGBUILD
blob4d43c0ca7d9c3733eb1a9ae40593e7bbc8868dde
1 # Contributor: Johannes Schriewer <jschriewer@arcor.de>
3 pkgname=kio-fuse-svn
4 pkgver=
5 pkgrel=1
6 provides=('kio-fuse')
7 conflicts=('kio-fuse')
8 pkgdesc="KIO (KDE I/O Slaves) to FUSE (Filesystem in UserSpacE) Gateway, allows to 'mount' KIO slaves"
9 url="http://kde.ground.cz/tiki-index.php?page=KIO+Fuse+Gateway"
10 depends=('kdelibs' 'fuse')
11 makedepends=('subversion' 'unsermake')
12 source=()
13 md5sums=()
15 _svntrunk=svn://anonsvn.kde.org/home/kde/trunk/kdenonbeta
16 _svnbranch=svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common
17 _svnmod=fuse_kio
18 _svnmodb=admin
20 build() {
21   cd $startdir/src
22   touch ~/.subversion
23   svn co -N $_svntrunk
24   cd kdenonbeta
25   svn co $_svnbranch/$_svnmodb
26   svn co $_svntrunk/$_svnmod
28   unsermake -f Makefile.cvs
29   ./configure --prefix=/opt/kde
30   unsermake || return 1
31   cd $_svnmod
32   unsermake || return 1
33   unsermake DESTDIR=$startdir/pkg install