# 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.26.r17.15f0c31 _commit=${version##*.} release=1 source=("http://repo.or.cz/alpine.git/snapshot/${_commit}.tar.gz" default-pipe.patch rules.patch) build() { cd "alpine-${_commit}" patch -p1 -i "${SRC}/default-pipe.patch" patch -p1 -i "${SRC}/rules.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 }