wok-current diff osip-dev/receipt @ rev 22820
created recipe for xprintidle-2.1
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 05 15:08:31 2020 +0100 (2020-02-05) |
parents | ae87ea6b5df4 |
children | ce9f5bda85ac |
line diff
1.1 --- a/osip-dev/receipt Sat Feb 18 10:50:31 2017 +0100 1.2 +++ b/osip-dev/receipt Wed Feb 05 15:08:31 2020 +0100 1.3 @@ -1,22 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="osip-dev" 1.7 -VERSION="3.6.0" 1.8 +VERSION="5.1.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="SIP library development files." 1.11 +SHORT_DESC="SIP library - development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="LGPL" 1.14 -WEB_SITE="http://www.gnu.org/software/osip/osip.html" 1.15 -WANTED="osip" 1.16 -SOURCE="libosip2" 1.17 +WEB_SITE="https://www.gnu.org/software/osip/" 1.18 1.19 DEPENDS="pkg-config osip" 1.20 +SOURCE="libosip2" 1.21 +WANTED="osip" 1.22 + 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr 1.28 - cp -a $install/usr/include $fs/usr 1.29 - cp -a $install/usr/lib $fs/usr 1.30 + 1.31 + cp -a $install/usr/include $fs/usr 1.32 + cp -a $install/usr/lib $fs/usr 1.33 + 1.34 rm -f $fs/usr/lib/*.so* 1.35 }