wok view libt4k_common-dev/receipt @ rev 24190

updated perl-crypt-cbc (2.33 -> 3.04)
author Hans-G?nter Theisgen
date Fri Dec 31 14:34:21 2021 +0100 (2021-12-31)
parents 8ed62ecac0c7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libt4k_common-dev"
4 VERSION="0.1.1"
5 CATEGORY="games"
6 SHORT_DESC="Common libraries for tux4kids games."
7 MAINTAINER="samuel_trassare@yahoo.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/tux4kids/t4kcommon"
10 WANTED="libt4k_common"
12 DEPENDS="libt4k_common pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/include \
18 $fs/usr/lib/pkgconfig
19 cp -a $install/usr/include/* $fs/usr/include
20 cp -a $install/usr/lib/*a* $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
22 }