4 pkgdesc="Tracks your contacts with vCards and displays them to you with
7 url="http://rolo.sourceforge.net"
9 depends=('ncurses>=5.7' 'libvc')
10 source=(http://ftp.de.debian.org/debian/pool/main/r/rolo/rolo_011.dfsg.1.orig.tar.gz
11 http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/manpage-close-list.diff
12 http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/refresh-index-empty.diff
13 http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/drop-rolorc-manpage.diff
14 http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/display-types.diff
15 http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/use-usr-bin-editor.diff
17 md5sums=('2f752d570850051e2860ff3f8e8c0ab6'
18 '3a944bf930363d585f1fe5b7201e6757'
19 'dc68661245692efb127b29f64aa9cc98'
20 '2013dc0709425ef761e8f90e85b0b6a2'
21 '2f042e2e6e2147901b83b1bf99600a96'
22 '6dbc3c454650ec6b6b9ef75f65154e4a'
26 cd $startdir/src/$pkgname-$pkgver
28 patch -p1 -i ../manpage-close-list.diff
29 patch -p1 -i ../refresh-index-empty.diff
30 patch -p1 -i ../drop-rolorc-manpage.diff
31 patch -p1 -i ../display-types.diff
32 patch -p1 -i ../use-usr-bin-editor.diff
34 ./configure --prefix=/usr --mandir=/usr/share/man || return 1
36 make DESTDIR=$startdir/pkg install || return 1