wok view libesmtp/receipt @ rev 14434

Add: python-elementary-dev
author Dominique Corbex <domcox@slitaz.org>
date Wed Apr 24 22:04:10 2013 +0200 (2013-04-24)
parents 00b0f1a6f8a1
children 4904e3d374a9
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 WEB_SITE="http://www.stafford.uklinux.net/libesmtp/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://www.stafford.uklinux.net/libesmtp/$TARBALL"
12 DEPENDS="libltdl libssl"
13 BUILD_DEPENDS="openssl-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/lib $fs/usr
28 find $fs -name "*.*a" -exec rm -f {} \;
29 }