wok view libetpan-dev/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
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 }