wok annotate 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
rev   line source
pankso@2794 1 # SliTaz package receipt.
pankso@2794 2
pankso@2794 3 PACKAGE="fltk-2.0.x-dev"
slaxemulator@8638 4 VERSION="r7725"
pankso@2794 5 CATEGORY="development"
pankso@2794 6 SHORT_DESC="Fast Light Tool Kit devel files (FLZK 2.0)."
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 $fs/usr/lib
pascal@15004 18 cp -a $install/usr/bin/fltk2-config $fs/usr/bin
pascal@15004 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15004 20 cp -a $install/usr/include $fs/usr
pankso@2794 21 }