wok annotate fltk-dev/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 82c4cce3b3f8
children 53082fab5f1e
rev   line source
pankso@627 1 # SliTaz package receipt.
pankso@627 2
pankso@627 3 PACKAGE="fltk-dev"
devl547@11260 4 VERSION="1.3.0"
pankso@627 5 CATEGORY="development"
pankso@627 6 SHORT_DESC="Fast Light Tool Kit devel files."
pankso@627 7 WANTED="fltk"
pascal@15004 8 MAINTAINER="pankso@slitaz.org"
pascal@15004 9 LICENSE="LGPL2"
pascal@15004 10 WEB_SITE="http://www.fltk.org/"
pascal@15004 11
slaxemulator@6557 12 DEPENDS="fltk"
pankso@627 13
pankso@627 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@627 15 genpkg_rules()
pankso@627 16 {
pankso@627 17 mkdir -p $fs/usr/bin $fs/usr/lib
pascal@15004 18 cp -a $install/usr/bin/fltk-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@627 21 }