wok annotate libesmtp/receipt @ rev 20769

updated ccid (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 16:46:55 2019 +0100 (2019-02-13)
parents 4904e3d374a9
children 53c1379e13fa
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@20674 9 WEB_SITE="http://brianstafford.info/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 }