wok annotate cryptsetup-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 fb31b4bd68b8
children c3a6f662a1c1
rev   line source
jozee@5043 1 # SliTaz package receipt.
jozee@5043 2
jozee@5043 3 PACKAGE="cryptsetup-dev"
pascal@23943 4 VERSION="2.3.4"
jozee@5043 5 CATEGORY="development"
Hans-G?nter@22618 6 SHORT_DESC="cryptsetup library - development files."
jozee@5043 7 MAINTAINER="b1+slitaz@nagel.org"
pascal@15002 8 LICENSE="GPL2"
pascal@19495 9 WEB_SITE="https://gitlab.com/$PACKAGE/$PACKAGE"
jozee@5043 10
pascal@15596 11 DEPENDS="cryptsetup pkg-config"
Hans-G?nter@22618 12 WANTED="cryptsetup"
pascal@15002 13
jozee@5043 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5043 15 genpkg_rules()
jozee@5043 16 {
jozee@5043 17 mkdir -p $fs/usr/lib
Hans-G?nter@22618 18
Hans-G?nter@22618 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@22618 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@22618 21 cp -a $install/usr/lib/*.*a $fs/usr/lib
jozee@5043 22 }