wok annotate libesmtp/receipt @ rev 22757

updated ffmpegthumbnailer and ffmpegthumbnailer-dev (2.2.0 -> 2.2.2)
author Hans-G?nter Theisgen
date Fri Jan 24 16:35:42 2020 +0100 (2020-01-24)
parents eeba7ab1dffe
children 544e47246b33
rev   line source
erjo@11417 1 # SliTaz package receipt.
erjo@11417 2
erjo@11417 3 PACKAGE="libesmtp"
erjo@11417 4 VERSION="1.0.6"
erjo@11417 5 CATEGORY="network"
erjo@11417 6 SHORT_DESC="A Library for Posting Electronic Mai"
slaxemulator@11423 7 MAINTAINER="erjo@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
pascal@22632 9 WEB_SITE="http://freecode.com/projects/libesmtp/"
erjo@11417 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@11417 11 WGET_URL="http://www.stafford.uklinux.net/libesmtp/$TARBALL"
erjo@11417 12
erjo@11417 13 DEPENDS="libltdl libssl"
erjo@11417 14 BUILD_DEPENDS="openssl-dev"
erjo@11417 15
erjo@11417 16 # Rules to configure and make the package.
erjo@11417 17 compile_rules()
erjo@11417 18 {
slaxemulator@11423 19 cd $src
erjo@11417 20 ./configure $CONFIGURE_ARGS && make && make install
erjo@11417 21 }
erjo@11417 22
erjo@11417 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11417 24 genpkg_rules()
erjo@11417 25 {
erjo@11417 26 mkdir -p $fs/usr
erjo@11417 27 cp -a $install/usr/lib $fs/usr
erjo@11417 28
erjo@11417 29 find $fs -name "*.*a" -exec rm -f {} \;
erjo@11417 30 }