wok view tls/receipt @ rev 14269
ADD: cantarell-fonts, gtk2-engine-murrine (former murrine), libunique-gtk3; TINY EDITS: gobject-introspection, gtk3-engine-solidity, gtk3-engine-unico*, libnotify-gtk3, libxklavier, lxpanel; UP: lightdm* 1.5.3, midori 0.4.9
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 04 15:39:28 2013 +0000 (2013-04-04) |
parents | 6c783361ba07 |
children | 23c3aed67cd9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tls"
4 VERSION="1.6"
5 CATEGORY="network"
6 SHORT_DESC="OpenSSL Tcl extension."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="openssl tcl"
9 BUILD_DEPENDS="openssl-dev tcl-dev"
10 TARBALL="${PACKAGE}${VERSION}-src.tar.gz"
11 WEB_SITE="http://tls.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr \
19 --with-ssl-dir=/usr \
20 --disable-symboles && \
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib/tls1.6
28 cp -a $src/libtls1.6.so $fs/usr/lib/tls1.6
29 cp -a $src/pkgIndex.tcl $fs/usr/lib/tls1.6
30 cp -a $src/tls.tcl $fs/usr/lib/tls1.6
32 sed -i 's/dir ../dir/' $fs/usr/lib/tls1.6/pkgIndex.tcl
33 }