wok view libt4k_common-dev/receipt @ rev 23636

updated sdcc (3.9.0 -> 4.0.0)
author Hans-G?nter Theisgen
date Mon Apr 20 09:50:00 2020 +0100 (2020-04-20)
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 }