wok-6.x annotate libhx-dev/receipt @ rev 24939
f2c: add libf2c
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 15 16:15:33 2022 +0000 (2022-04-15) |
parents | a8f0449114d3 |
children | dcb071a5e9e6 |
rev | line source |
---|---|
pascal@2442 | 1 # SliTaz package receipt. |
pascal@2442 | 2 |
pascal@2442 | 3 PACKAGE="libhx-dev" |
Hans-G?nter@24798 | 4 VERSION="4.3" |
pascal@2442 | 5 CATEGORY="development" |
Hans-G?nter@23074 | 6 SHORT_DESC="Data structures and functions for scripting languages, development files." |
pascal@2442 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15081 | 8 LICENSE="LGPL3 LGPL2.1" |
Hans-G?nter@24798 | 9 WEB_SITE="https://inai.de/projects/libhx/" |
pascal@2442 | 10 |
Hans-G?nter@23074 | 11 SOURCE="libHX" |
pascal@15597 | 12 DEPENDS="pkg-config" |
Hans-G?nter@23074 | 13 WANTED="libhx" |
pascal@15597 | 14 |
pascal@2442 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2442 | 16 genpkg_rules() |
pascal@2442 | 17 { |
Hans-G?nter@24798 | 18 get_dev_files |
pascal@2442 | 19 } |