wok-next annotate tls/receipt @ rev 21592

updated dkms (2.1.1.2 -> 2.8.2)
author Hans-G?nter Theisgen
date Wed Jun 24 07:35:54 2020 +0100 (2020-06-24)
parents d463ecdfa17e
children
rev   line source
al@20468 1 # SliTaz package receipt v2.
erjo@1863 2
erjo@1863 3 PACKAGE="tls"
al@20468 4 VERSION="1.6.7"
taziden@1986 5 CATEGORY="network"
al@20468 6 SHORT_DESC="OpenSSL Tcl extension"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15601 8 LICENSE="MIT"
erjo@1863 9 WEB_SITE="http://tls.sourceforge.net/"
al@20468 10
al@20468 11 TARBALL="$PACKAGE$VERSION-src.tar.gz"
slaxemulator@13121 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
erjo@1863 13
al@20468 14 BUILD_DEPENDS="openssl10-dev tcl-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@15601 16
al@20468 17 compile_rules() {
al@20468 18 sed -i 's|/include$|/include/openssl-1.0|' ./configure
al@20468 19
al@20468 20 CPPFLAGS="$CPPFLAGS -I/usr/include/openssl-1.0" \
al@19675 21 ./configure \
al@20468 22 --disable-symboles \
al@20468 23 $CONFIGURE_ARGS &&
al@20468 24 make &&
al@21020 25 make DESTDIR=$install install
erjo@1863 26 }
erjo@1863 27
al@20468 28 genpkg_rules() {
al@20468 29 case $PACKAGE in
al@20468 30 tls)
al@20468 31 copy @std
al@20468 32 DEPENDS="openssl10 tcl"
al@20468 33 ;;
al@20468 34 *-dev)
al@20468 35 copy @dev
al@20468 36 ;;
al@20468 37 esac
erjo@1863 38 }