wok rev 21928

updated sockets (2.3.9.7 -> 2.3.9.9)
author Hans-G?nter Theisgen
date Sat Oct 05 21:46:52 2019 +0100 (2019-10-05)
parents 12d5088fe249
children 85b490b0ae1a
files sockets/receipt
line diff
     1.1 --- a/sockets/receipt	Sat Oct 05 21:31:52 2019 +0100
     1.2 +++ b/sockets/receipt	Sat Oct 05 21:46:52 2019 +0100
     1.3 @@ -1,26 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sockets"
     1.7 -SOURCE="Sockets"
     1.8 -VERSION="2.3.9.7"
     1.9 +VERSION="2.3.9.9"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="C++ Sockets library."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.alhem.net/Sockets/"
    1.15 +
    1.16 +SOURCE="Sockets"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.alhem.net/Sockets/"
    1.19  WGET_URL="${WEB_SITE}$TARBALL"
    1.20  
    1.21  DEPENDS="gcc-lib-base"
    1.22 -BUILD_DEPENDS="openssl-dev e2fsprogs-dev"
    1.23 +BUILD_DEPENDS="e2fsprogs-dev openssl-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	sed -i 's|/usr/local|/usr|' Makefile*
    1.30 -	make &&
    1.31 -	make DESTDIR=$DESTDIR install
    1.32 +	make PREFIX=/usr &&
    1.33 +	make install DESTDIR=$DESTDIR PREFIX=/usr
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.