wok-next annotate libwrap/receipt @ rev 13019
Up perl-berkeleydb (0.51)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 09 10:39:06 2012 +0200 (2012-06-09) |
parents | 7fa7fb8b0f2a |
children | de49f29b101e |
rev | line source |
---|---|
erjo@286 | 1 # SliTaz package receipt. |
erjo@286 | 2 |
erjo@286 | 3 PACKAGE="libwrap" |
erjo@286 | 4 VERSION="7.6" |
erjo@286 | 5 CATEGORY="system-tools" |
erjo@286 | 6 SHORT_DESC="Wietse Venema's network logger." |
erjo@784 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@286 | 8 SOURCE="tcp_wrappers" |
erjo@286 | 9 TARBALL="${SOURCE}_${VERSION}.tar.gz" |
erjo@286 | 10 WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html" |
erjo@286 | 11 WGET_URL="ftp://ftp.porcupine.org/pub/security/$TARBALL" |
erjo@286 | 12 |
erjo@286 | 13 # Rules to configure and make the package. |
erjo@286 | 14 compile_rules() |
erjo@286 | 15 { |
erjo@286 | 16 cd $src |
erjo@286 | 17 # Patch from Linux From Scratch |
pascal@1448 | 18 [ -f done.tcp_wrappers-7.6-shared_lib_plus_plus-1.patch ] || |
slaxemulator@9700 | 19 patch -p1 -i $stuff/tcp_wrappers-7.6-shared_lib_plus_plus-1.patch |
pascal@1448 | 20 touch done.tcp_wrappers-7.6-shared_lib_plus_plus-1.patch |
erjo@286 | 21 sed -i -e "s,^extern char \*malloc();,/* & */," scaffold.c |
erjo@286 | 22 |
erjo@286 | 23 make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux |
erjo@286 | 24 } |
erjo@286 | 25 |
erjo@286 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@286 | 27 genpkg_rules() |
erjo@286 | 28 { |
erjo@286 | 29 mkdir -p $fs/usr/lib |
erjo@286 | 30 cp -a $src/shared/*.so* $fs/usr/lib |
erjo@286 | 31 } |
erjo@286 | 32 |
erjo@286 | 33 clean_wok() |
erjo@286 | 34 { |
erjo@286 | 35 rm -rf $PWD/${SOURCE}_${VERSION} |
erjo@286 | 36 } |