wok view libt4k_common-dev/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 6eff489aa802
children eeba7ab1dffe
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="http://tux4kids.alioth.debian.org"
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 }