wok view sockets/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents
children 3b4e4318134e
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 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.alhem.net/Sockets/"
11 WGET_URL="${WEB_SITE}$TARBALL"
13 DEPENDS="gcc-lib-base"
14 BUILD_DEPENDS="openssl-dev e2fsprogs-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 sed -i 's|/usr/local|/usr|' Makefile*
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs/
29 }