wok-next diff tls/receipt @ rev 19814
Up gpicview, libunique, lxappearance-obconf, lxde-icon-theme, lxinput, lxrandr, lxsession, lxtask, openbox, pcre, pcre2, tazpkg, tcc, vte. Add lsb-release, lxde-common. Remove libunique-gtk3 (break build, no one depends on it, and deprecated by gnome itself), lguest (part of "linux" receipt), libmysqlclient (part of "mysql" receipt).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jul 21 14:44:00 2017 +0300 (2017-07-21) |
parents | 23c3aed67cd9 |
children | d463ecdfa17e |
line diff
1.1 --- a/tls/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/tls/receipt Fri Jul 21 14:44:00 2017 +0300 1.3 @@ -16,11 +16,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - ./configure --prefix=/usr \ 1.9 - --with-ssl-dir=/usr \ 1.10 - --disable-symboles && \ 1.11 - make 1.12 + ./configure \ 1.13 + --prefix=/usr \ 1.14 + --with-ssl-dir=/usr \ 1.15 + --disable-symboles && 1.16 + make 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 @@ -30,6 +30,6 @@ 1.21 cp -a $src/libtls1.6.so $fs/usr/lib/tls1.6 1.22 cp -a $src/pkgIndex.tcl $fs/usr/lib/tls1.6 1.23 cp -a $src/tls.tcl $fs/usr/lib/tls1.6 1.24 - 1.25 + 1.26 sed -i 's/dir ../dir/' $fs/usr/lib/tls1.6/pkgIndex.tcl 1.27 }