1 #Contributor: ormris ormris@ormris.com
6 pkgdesc="A text-based front-end to Remind."
8 url="https://code.launchpad.net/~pelzlpj/wyrd/wyrd-dev"
10 depends=('remind' 'ncurses' 'less')
11 makedepends=('bzr' 'ocaml' 'texlive-core' 'python' 'hevea')
14 _bzrbranch=lp:~pelzlpj/wyrd
20 msg "Connecting to the server..."
23 bzr branch ${_bzrbranch}/${_bzrmod} -q -r ${pkgver}
25 msg "BZR checkout done or server timeout"
26 msg "Starting make..."
28 [ -d ./${_bzrmod}-build ] && rm -rf ./${_bzrmod}-build
29 cp -r ./${_bzrmod} ./${_bzrmod}-build
34 cd ${srcdir}/${_bzrmod}-build/doc/
38 cd ${srcdir}/${_bzrmod}-build/
40 ./configure --exec-prefix=/usr --prefix=/usr --sysconfdir=/etc
45 cd ${srcdir}/${_bzrmod}-build
47 make DESTDIR="$pkgdir" install