wok-current view fltk-2.0.x-fluid2/receipt @ rev 18987
Additional themes for Slitaz GNU/Linux.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Mar 17 05:14:19 2016 -0300 (2016-03-17) |
parents | 6c6f7eaf52c5 |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-2.0.x-fluid2"
4 VERSION="r7725"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit designer 2.0 serie."
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
18 cp -a $install/usr/bin/fluid2 $fs/usr/bin
19 }