wok annotate fltk-dev/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (13 days ago)
parents ec27bdc69711
children
rev   line source
pankso@627 1 # SliTaz package receipt.
pankso@627 2
pankso@627 3 PACKAGE="fltk-dev"
Hans-G?nter@24557 4 VERSION="1.3.8"
pankso@627 5 CATEGORY="development"
Hans-G?nter@20926 6 SHORT_DESC="Fast Light Tool Kit development files."
pascal@15004 7 MAINTAINER="pankso@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
pascal@20669 9 WEB_SITE="https://www.fltk.org/"
pascal@15004 10
slaxemulator@6557 11 DEPENDS="fltk"
Hans-G?nter@22765 12 WANTED="fltk"
Hans-G?nter@22765 13
Hans-G?nter@20926 14 HOST_ARCH="i486 arm"
pankso@627 15
pankso@627 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@627 17 genpkg_rules()
pankso@627 18 {
Hans-G?nter@24557 19 cook_copy_files fltk-config
Hans-G?nter@24557 20 cook_copy_files *.*a
Hans-G?nter@24557 21 cook_copy_folders include
pankso@627 22 }