wok view libetpan-dev/receipt @ rev 18923

Up: description files: Bc, blinder, bluefish, chrommo, tuffy, unifont
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Feb 25 08:34:30 2016 -0300 (2016-02-25)
parents 129bb5b11a7e
children 993126b16f4a
line source
1 # SliTaz package receipt."
3 PACKAGE="libetpan-dev"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Mail librayry dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 WANTED="libetpan"
10 WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.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 }