blob: b871216b343363ce6b9c0fa7731f983d749a3623 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
}
|