wok annotate gf2x-dev/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 44b836c51f50
children
rev   line source
al@13723 1 # SliTaz package receipt.
al@13723 2
al@13723 3 PACKAGE="gf2x-dev"
Hans-G?nter@22844 4 VERSION="1.3.0"
al@13723 5 CATEGORY="development"
Hans-G?nter@20963 6 SHORT_DESC="Development files for gf2x."
al@13723 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 8 LICENSE="GPL2"
pascal@24894 9 WEB_SITE="https://gitlab.inria.fr/gf2x/gf2x/"
Hans-G?nter@20963 10
al@13723 11 WANTED="gf2x"
al@13723 12
al@13723 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13723 14 genpkg_rules()
al@13723 15 {
al@13723 16 mkdir -p $fs/usr/lib
Hans-G?nter@22844 17
Hans-G?nter@22844 18 cp -a $install/usr/include $fs/usr
Hans-G?nter@22844 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
al@13723 20 }