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

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
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 }