wok annotate cryptsetup-dev/receipt @ rev 23327

updated perl-fcgi-procmanager (0.25 -> 0.28)
author Hans-G?nter Theisgen
date Mon Mar 30 17:19:42 2020 +0100 (2020-03-30)
parents bd6074cbab4c
children 31ba14fadb9a
rev   line source
jozee@5043 1 # SliTaz package receipt.
jozee@5043 2
jozee@5043 3 PACKAGE="cryptsetup-dev"
pascal@23149 4 VERSION="2.3.1"
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 }