pkgname=rolo pkgver=011 pkgrel=3 pkgdesc="Tracks your contacts with vCards and displays them to you with a text-based menu." arch=('i686' 'x86_64') url="http://rolo.sourceforge.net" license=('GPL') depends=('ncurses>=5.7' 'libvc') source=(http://ftp.de.debian.org/debian/pool/main/r/rolo/rolo_011.dfsg.1.orig.tar.gz http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/manpage-close-list.diff http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/refresh-index-empty.diff http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/drop-rolorc-manpage.diff http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/display-types.diff http://patch-tracker.debian.org/patch/series/dl/rolo/011.dfsg.1-9/use-usr-bin-editor.diff ) md5sums=('2f752d570850051e2860ff3f8e8c0ab6' '3a944bf930363d585f1fe5b7201e6757' 'dc68661245692efb127b29f64aa9cc98' '2013dc0709425ef761e8f90e85b0b6a2' '2f042e2e6e2147901b83b1bf99600a96' '6dbc3c454650ec6b6b9ef75f65154e4a' ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 -i ../manpage-close-list.diff patch -p1 -i ../refresh-index-empty.diff patch -p1 -i ../drop-rolorc-manpage.diff patch -p1 -i ../display-types.diff patch -p1 -i ../use-usr-bin-editor.diff ./configure --prefix=/usr --mandir=/usr/share/man || return 1 make || return 1 make DESTDIR=$startdir/pkg install || return 1 }