wok view libesmtp/receipt @ rev 15014

giac: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 11 14:06:30 2013 +0000 (2013-08-11)
parents e543b6dc832d
children eeba7ab1dffe
line source
1 # SliTaz package receipt.
3 PACKAGE="libesmtp"
4 VERSION="1.0.6"
5 CATEGORY="network"
6 SHORT_DESC="A Library for Posting Electronic Mai"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.stafford.uklinux.net/libesmtp/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://www.stafford.uklinux.net/libesmtp/$TARBALL"
13 DEPENDS="libltdl libssl"
14 BUILD_DEPENDS="openssl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/lib $fs/usr
29 find $fs -name "*.*a" -exec rm -f {} \;
30 }