opt/esmtp/Pkgfile

20 lines
408 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A small relay-only MTA based on libesmtp
# URL: http://esmtp.sourceforge.net
2012-06-20 15:54:14 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2006-02-23 16:26:10 +01:00
# Depends on: libesmtp
name=esmtp
2009-12-29 23:07:10 +01:00
version=1.2
2006-02-23 16:26:10 +01:00
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
2008-04-12 15:10:08 +02:00
CPPFLAGS=`libesmtp-config --cflags` \
2017-08-20 23:22:24 +02:00
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}