wok annotate fftw-dev/receipt @ rev 24950
updated nagios-plugins and nagios-plugins-mysql (2.3.3 -> 2.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 10:03:51 2022 +0100 (2022-04-23) |
parents | 9e789569562a |
children |
rev | line source |
---|---|
jozee@6823 | 1 # SliTaz package receipt. |
jozee@6823 | 2 |
jozee@6823 | 3 PACKAGE="fftw-dev" |
Hans-G?nter@24363 | 4 VERSION="3.3.10" |
jozee@6823 | 5 CATEGORY="development" |
Hans-G?nter@22722 | 6 SHORT_DESC="fftw development files." |
jozee@6823 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@15588 | 8 LICENSE="GPL2" |
Hans-G?nter@24363 | 9 WEB_SITE="https://www.fftw.org/" |
jozee@6823 | 10 |
pascal@15597 | 11 DEPENDS="fftw pkg-config" |
Hans-G?nter@22722 | 12 WANTED="fftw" |
pascal@15597 | 13 |
jozee@6823 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@6823 | 15 genpkg_rules() |
jozee@6823 | 16 { |
Hans-G?nter@24363 | 17 cook_copy_folders include |
Hans-G?nter@24363 | 18 cook_copy_folders pkgconfig |
Hans-G?nter@24363 | 19 cook_copy_files *.*a |
jozee@6823 | 20 } |