wok view fltk-dev/receipt @ rev 15953

arm: fix file cross compilation and add testsuite
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:49:23 2014 +0100 (2014-02-23)
parents 82c4cce3b3f8
children 53082fab5f1e
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-dev"
4 VERSION="1.3.0"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit devel files."
7 WANTED="fltk"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="LGPL2"
10 WEB_SITE="http://www.fltk.org/"
12 DEPENDS="fltk"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/usr/lib
18 cp -a $install/usr/bin/fltk-config $fs/usr/bin
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }