# 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 name=alpine version=2.21.999 _commit=349642a release=1 source=("http://repo.or.cz/alpine.git/snapshot/${_commit}.tar.gz") build() { cd "alpine-${_commit}" ./configure --prefix=/usr make make DESTDIR=$PKG install }