wok view libesmtp-dev/receipt @ rev 23869

linld: typos in vga= support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 21 19:06:48 2020 +0000 (2020-06-21)
parents eeba7ab1dffe
children 0c6152afb7bb
line source
1 # SliTaz package receipt.
3 PACKAGE="libesmtp-dev"
4 VERSION="1.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Lesmpt headers files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://freecode.com/projects/libesmtp/"
10 WANTED="libesmtp"
12 DEPENDS="libesmtp"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir $fs/usr
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/lib $fs/usr
23 find $fs -name "*.so*" -exec rm -f {} \;
25 }