wok view fltk-dev/receipt @ rev 25545
Add pom1
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 15 16:15:09 2023 +0000 (20 months ago) |
parents | ec27bdc69711 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-dev"
4 VERSION="1.3.8"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://www.fltk.org/"
11 DEPENDS="fltk"
12 WANTED="fltk"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_files fltk-config
20 cook_copy_files *.*a
21 cook_copy_folders include
22 }