wok annotate fftw-dev/receipt @ rev 25493

Add libgnt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 19 17:37:48 2022 +0000 (18 months ago)
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 }