wok annotate c_icap-dev/receipt @ rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
parents 0cf279b4394a
children 267887cc84bf
rev   line source
erjo@11890 1 # SliTaz package receipt.
erjo@11890 2
erjo@11890 3 PACKAGE="c_icap-dev"
Hans-G?nter@22576 4 VERSION="0.5.6"
erjo@11890 5 CATEGORY="development"
Hans-G?nter@22576 6 SHORT_DESC="Implementation of an ICAP server - development files."
erjo@11890 7 MAINTAINER="erjo@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
erjo@11890 9 WEB_SITE="http://c-icap.sourceforge.net/"
Hans-G?nter@20757 10
erjo@11890 11 DEPENDS="c_icap"
erjo@11890 12 BUILD_DEPENDS=""
Hans-G?nter@22576 13 WANTED="c_icap"
erjo@11890 14
erjo@11890 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11890 16 genpkg_rules()
erjo@11890 17 {
Hans-G?nter@22576 18 mkdir -p $fs/usr/lib/c_icap
Hans-G?nter@22576 19 mkdir -p $fs/usr/bin
Hans-G?nter@22576 20
Hans-G?nter@22576 21 cp -a $install/usr/bin/c-icap-config $fs/usr/bin
Hans-G?nter@22576 22 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@22576 23 cp -a $install/usr/lib/c_icap/*.*a $fs/usr/lib/c_icap
Hans-G?nter@22576 24 cp -a $install/usr/include $fs/usr
erjo@11890 25 }