wok diff c_icap-dev/receipt @ rev 23921

Up slitaz-tools (1036), tazinst (105), tazusb (209)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 21 15:07:47 2020 +0000 (2020-08-21)
parents 0cf279b4394a
children 267887cc84bf
line diff
     1.1 --- a/c_icap-dev/receipt	Tue Feb 12 16:35:35 2019 +0100
     1.2 +++ b/c_icap-dev/receipt	Fri Aug 21 15:07:47 2020 +0000
     1.3 @@ -1,25 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="c_icap-dev"
     1.7 -VERSION="0.5.5"
     1.8 +VERSION="0.5.6"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Implementation of an ICAP server."
    1.11 +SHORT_DESC="Implementation of an ICAP server - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="http://c-icap.sourceforge.net/"
    1.15  
    1.16 -WANTED="c_icap"
    1.17  DEPENDS="c_icap"
    1.18  BUILD_DEPENDS=""
    1.19 +WANTED="c_icap"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib/c_icap \
    1.25 -		$fs/usr/bin
    1.26 -	
    1.27 -	cp -a $install/usr/bin/c-icap-config $fs/usr/bin
    1.28 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.29 -	cp -a $install/usr/lib/c_icap/*.*a $fs/usr/lib/c_icap
    1.30 -	cp -a $install/usr/include $fs/usr
    1.31 +	mkdir -p $fs/usr/lib/c_icap
    1.32 +	mkdir -p $fs/usr/bin
    1.33 +
    1.34 +	cp -a $install/usr/bin/c-icap-config	$fs/usr/bin
    1.35 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.36 +	cp -a $install/usr/lib/c_icap/*.*a	$fs/usr/lib/c_icap
    1.37 +	cp -a $install/usr/include		$fs/usr
    1.38  }