wok-current annotate 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 |
rev | line source |
---|---|
pankso@2794 | 1 # SliTaz package receipt. |
pankso@2794 | 2 |
pankso@2794 | 3 PACKAGE="fltk-2.0.x-fluid2" |
slaxemulator@8638 | 4 VERSION="r7725" |
pankso@2794 | 5 CATEGORY="development" |
pankso@2794 | 6 SHORT_DESC="Fast Light Tool Kit designer 2.0 serie." |
pankso@2794 | 7 WANTED="fltk-2.0.x" |
pascal@15004 | 8 MAINTAINER="pankso@slitaz.org" |
pascal@15004 | 9 LICENSE="LGPL2" |
pascal@15004 | 10 WEB_SITE="http://www.fltk.org/" |
pascal@15004 | 11 |
pankso@2794 | 12 DEPENDS="fltk-2.0.x" |
pankso@2794 | 13 |
pankso@2794 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2794 | 15 genpkg_rules() |
pankso@2794 | 16 { |
pankso@2794 | 17 mkdir -p $fs/usr/bin |
pascal@15004 | 18 cp -a $install/usr/bin/fluid2 $fs/usr/bin |
pankso@2794 | 19 } |