wok annotate libesmtp-dev/receipt @ rev 21754

Up firefox-official (67.0.3), tinyproxy (1.10.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 19 17:26:14 2019 +0200 (2019-06-19)
parents 4904e3d374a9
children 53c1379e13fa
rev   line source
erjo@11417 1 # SliTaz package receipt.
erjo@11417 2
erjo@11417 3 PACKAGE="libesmtp-dev"
erjo@11417 4 VERSION="1.0.6"
erjo@11417 5 CATEGORY="development"
erjo@11417 6 SHORT_DESC="Lesmpt headers files."
slaxemulator@11423 7 MAINTAINER="erjo@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
pascal@20674 9 WEB_SITE="http://brianstafford.info/libesmtp/"
erjo@11417 10 WANTED="libesmtp"
erjo@11417 11
erjo@11417 12 DEPENDS="libesmtp"
erjo@11417 13
erjo@11417 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11417 15 genpkg_rules()
erjo@11417 16 {
erjo@11417 17 mkdir $fs/usr
erjo@11417 18
erjo@11417 19 cp -a $install/usr/include $fs/usr
erjo@11417 20 cp -a $install/usr/bin $fs/usr
erjo@11417 21 cp -a $install/usr/lib $fs/usr
erjo@11417 22
erjo@11417 23 find $fs -name "*.so*" -exec rm -f {} \;
erjo@11417 24
erjo@11417 25 }