contrib/nmh/Pkgfile

23 lines
534 B
Plaintext
Raw Normal View History

2009-02-12 22:28:25 +01:00
# Description: nmh (new MH) is a powerful electronic mail handling system
# URL: http://www.nongnu.org/nmh/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on:
# Optional: gnutls cyrus-sasl
2009-02-12 22:28:25 +01:00
name=nmh
2020-09-20 19:47:27 +02:00
version=1.7.1
2009-02-12 22:28:25 +01:00
release=1
source=(http://download.savannah.nongnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
2020-09-20 19:47:27 +02:00
--libexecdir=/usr/lib \
--sysconfdir=/usr/etc \
--libdir=/usr/bin
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
2009-02-12 22:28:25 +01:00
}