summaryrefslogtreecommitdiffstats
path: root/libesmtp/Pkgfile
blob: a56bb70565a1f4493aac90d06cd9560a06edbbed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: contains the libESMTP libraries which are used by some programs to manage email submission to a mail transport layer
# URL: http://www.staffoed.uklinux.net
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libesmtp
version=1.0.6
release=1
source=( http://www.stafford.uklinux.net/$name/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr\
		--mandir=/usr/share/man\
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}