wok view sockets/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents 990f8bfa7b6d
children 17d335e6fd13
line source
1 # SliTaz package receipt.
3 PACKAGE="sockets"
4 SOURCE="Sockets"
5 VERSION="2.3.9.7"
6 CATEGORY="development"
7 SHORT_DESC="C++ Sockets library."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.alhem.net/Sockets/"
12 WGET_URL="${WEB_SITE}$TARBALL"
14 DEPENDS="gcc-lib-base"
15 BUILD_DEPENDS="openssl-dev e2fsprogs-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 sed -i 's|/usr/local|/usr|' Makefile*
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs/
30 }