wok view fltk-2.0.x-dev/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents 6c6f7eaf52c5
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-2.0.x-dev"
4 VERSION="r7725"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit devel files (FLZK 2.0)."
7 WANTED="fltk-2.0.x"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="LGPL2"
10 WEB_SITE="http://www.fltk.org/"
12 DEPENDS="fltk-2.0.x"
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/fltk2-config $fs/usr/bin
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }