wok-current view libetpan-dev/receipt @ rev 16375
dillo: better SliTaz integration with custom icons (it will be default browser on ARM until TazWeb is stable)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 14 23:13:44 2014 +0200 (2014-04-14) |
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 }