wok view c_icap-dev/receipt @ rev 24828

updated libshout and libshout-dev again (2.4.3 -> 2.4.5)
author Hans-G?nter Theisgen
date Wed Mar 23 17:27:54 2022 +0100 (2022-03-23)
parents 59a032355c05
children 7dd01dedad38
line source
1 # SliTaz package receipt.
3 PACKAGE="c_icap-dev"
4 VERSION="0.5.10"
5 CATEGORY="development"
6 SHORT_DESC="Implementation of an ICAP server - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://c-icap.sourceforge.net/"
11 DEPENDS="c_icap"
12 WANTED="c_icap"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/c_icap
18 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin/c-icap-config $fs/usr/bin
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/c_icap/*.*a $fs/usr/lib/c_icap
23 cp -a $install/usr/include $fs/usr
24 }