1 # Maintainer: Joseph Hsu <jhsu.x1 (at the) gmail (dot) com>
5 pkgdesc="libpurple plugin for the Heroes of Newerth chat server."
7 url="http://code.google.com/p/honpurple"
9 depends=("libpurple" "glib2")
11 provides=('honpurple')
15 _svntrunk=http://honpurple.googlecode.com/svn/trunk/
20 msg "Connecting to SVN server ($_svntrunk)...."
21 if [ -d $_svnmod/.svn ] ; then
23 msg2 "The local files are updated."
25 msg2 "Cloning repo..."
26 svn co $_svntrunk --config-dir ./ $_svnmod
29 cp -r $_svnmod $_svnmod-build
36 cd "$srcdir/$_svnmod-build"
37 make DESTDIR="$pkgdir/" install
40 # vim:set ts=2 sw=2 et: