wok view libesmtp/receipt @ rev 22869

updated goffice and goffice-dev (0.10.32 -> 0.10.46)
author Hans-G?nter Theisgen
date Fri Feb 21 16:43:33 2020 +0100 (2020-02-21)
parents eeba7ab1dffe
children 544e47246b33
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://freecode.com/projects/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 }