wok view libetpan-dev/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 6c3718ca17b6
children 97413705f68c
line source
1 # SliTaz package receipt."
3 PACKAGE="libetpan-dev"
4 VERSION="1.8"
5 CATEGORY="development"
6 SHORT_DESC="Mail library dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 WANTED="libetpan"
10 WEB_SITE="https://www.etpan.org/libetpan.html"
12 DEPENDS="libetpan"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/bin $fs/usr
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 }