# Description: Apache licensed PINE mail user agent # URL: http://alpine.freeiz.com # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: libldap krb5 gettext procmail name=alpine version=2.21.99999.r8.695a1ff _commit=${version##*.} release=2 source=("http://repo.or.cz/alpine.git/snapshot/${_commit}.tar.gz" topal-patch.patch) build() { cd "alpine-${_commit}" patch -p1 -i "${SRC}/topal-patch.patch" ./configure \ --prefix=/usr \ --with-passfile=.pine-passfile \ --with-system-pinerc=/etc/${name}.d/pine.conf \ --with-system-fixed-pinerc=/etc/${name}.d/pine.conf.fixed make make DESTDIR=$PKG install }