1 # Maintainer: Kyle Keen <keenerd@gmail.com>
6 pkgdesc="A minimalists web browser, vi-like while maintaining traditional web browser behavior."
8 url="http://opensource.conformal.com/wiki/XXXTerm"
10 depends=('libwebkit' 'gtk2' 'libbsd')
13 makedepends=('cvs' 'openssh')
18 #_cvsroot="anoncvs@anoncvs.freedaemon.com:/xxxterm"
19 _cvsroot="anoncvs@opensource.conformal.com:/anoncvs/xxxterm"
24 # yeah, this is not how you're supposed to do a cvs pkgbuild
25 # but the openbsd servers are VERY picky
28 msg "Connecting to anoncvs.freedaemon.com CVS server...."
29 cvs -d $_cvsroot co $_cvsmod
32 msg "CVS checkout done or server timeout"
33 msg "Starting make..."
38 make PREFIX="/usr" DESTDIR="$pkgdir" install
40 install -Dm644 xxxterm.conf "$pkgdir"/etc/xxxterm.conf
42 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE