diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /libesmtp/Pkgfile | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'libesmtp/Pkgfile')
-rw-r--r-- | libesmtp/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libesmtp/Pkgfile b/libesmtp/Pkgfile new file mode 100644 index 000000000..20aabc536 --- /dev/null +++ b/libesmtp/Pkgfile @@ -0,0 +1,20 @@ +# Description: A library for posting electronic mail +# URL: http://www.stafford.uklinux.net/libesmtp/ +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Depends on: openssl + +name=libesmtp +version=1.0.4 +release=1 +source=(http://www.stafford.uklinux.net/$name/$name-$version.tar.bz2) + +build () { + cd $name-$version + ./configure \ + --prefix=/usr \ + --with-openssl=/usr \ + --includedir=/usr/include/libesmtp + + make + make DESTDIR=$PKG install +} |