wok-6.x diff libotr-dev/receipt @ rev 22825
Up rage (0.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 07 12:27:53 2020 +0100 (2020-02-07) |
parents | 8ed62ecac0c7 |
children |
line diff
1.1 --- a/libotr-dev/receipt Thu Dec 05 11:43:50 2013 +0000 1.2 +++ b/libotr-dev/receipt Fri Feb 07 12:27:53 2020 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libotr-dev" 1.7 -VERSION="4.0.0" 1.8 +VERSION="4.1.1" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Allows you to have private conversations over messenger." 1.11 +SHORT_DESC="Allows you to have private conversations over messenger - development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2 LGPL2.1" 1.14 -WEB_SITE="http://www.cypherpunks.ca/otr/" 1.15 +WEB_SITE="https://www.cypherpunks.ca/otr/" 1.16 + 1.17 WANTED="libotr" 1.18 - 1.19 DEPENDS="libotr pkg-config" 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 $fs/usr/share 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/*a $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 - cp -a $install/usr/share/aclocal $fs/usr/share 1.29 + mkdir -p $fs/usr/lib 1.30 + mkdir -p $fs/usr/share 1.31 + 1.32 + cp -a $install/usr/include $fs/usr 1.33 + cp -a $install/usr/lib/*a $fs/usr/lib 1.34 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.35 + cp -a $install/usr/share/aclocal $fs/usr/share 1.36 }