wok annotate cryptsetup-dev/receipt @ rev 23804

Up cryptsetup (2.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 07:30:14 2020 +0000 (2020-05-24)
parents 74557c54a472
children fb31b4bd68b8
rev   line source
jozee@5043 1 # SliTaz package receipt.
jozee@5043 2
jozee@5043 3 PACKAGE="cryptsetup-dev"
pascal@23804 4 VERSION="2.3.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 }