wok view sockets/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 3b4e4318134e
children c02f18f9e836
line source
1 # SliTaz package receipt.
3 PACKAGE="sockets"
4 VERSION="2.3.9.9"
5 CATEGORY="development"
6 SHORT_DESC="C++ Sockets library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.alhem.net/Sockets/"
11 SOURCE="Sockets"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}$TARBALL"
15 DEPENDS="gcc-lib-base"
16 BUILD_DEPENDS="e2fsprogs-dev openssl-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make PREFIX=/usr &&
22 make install DESTDIR=$DESTDIR PREFIX=/usr
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs/
29 }