opt/esmtp/Pkgfile

21 lines
478 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
# Packager: Tilman Sauerbeck, tilman at crux dot nu
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` \
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}