wok view libsgutils2/receipt @ rev 24432

updated libnetfilter_conntrack and libnetfilter_conntrack-dev (1.0.7 -> 1.0.8)
author Hans-G?nter Theisgen
date Sat Feb 12 17:34:21 2022 +0100 (2022-02-12)
parents 5286a067ac76
children 7fb83ac61334
line source
1 # SliTaz package receipt.
3 PACKAGE="libsgutils2"
4 VERSION="1.45"
5 CATEGORY="system-tools"
6 SHORT_DESC="The sg_utils library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL BSD"
9 WEB_SITE="http://sg.danny.cz/sg/"
11 WANTED="sg3_utils"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.so* $fs/usr/lib
19 }