wok annotate cryptsetup-dev/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents 90fa9751f6a5
children bd6074cbab4c
rev   line source
jozee@5043 1 # SliTaz package receipt.
jozee@5043 2
jozee@5043 3 PACKAGE="cryptsetup-dev"
Hans-G?nter@22618 4 VERSION="2.2.2"
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 }