1 # Contributor: VuDu <vudu 'dot' curse 'at' gmail 'dot' com>
6 pkgdesc="A lightweight desktop independent archive manager built with the GTK+2 toolkit"
10 url="http://xarchiver.sourceforge.net/"
11 depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme')
12 makedepends=('intltool' 'pkgconfig' 'subversion')
14 conflicts=('xarchiver')
15 provides=('xarchiver')
16 install=(${pkgname}.install)
17 source=(${pkgname}.install)
18 md5sums=('6abc60b8363b3b061baa4ac0b2408fb6')
20 _svntrunk="http://xarchiver.svn.sourceforge.net/svnroot/xarchiver/trunk"
26 msg "Starting SVN checkout..."
28 if [ -d $_svnmod/.svn ]; then
29 (cd $_svnmod && svn up -r $pkgver)
31 svn co $_svntrunk $_svnmod
34 msg "SVN checkout done or server timeout"
35 msg "Starting make..."
37 cp -r $_svnmod $_svnmod-build
40 ./autogen.sh --prefix=/usr
42 make DESTDIR=${pkgdir} install || return 1