wok-next diff sockets/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents d5aab818505e
children
line diff
     1.1 --- a/sockets/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/sockets/receipt	Mon Jun 29 13:44:08 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="sockets"
     1.7 -VERSION="2.3.9.7"
     1.8 +VERSION="2.3.9.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="C++ Sockets library"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,16 +11,18 @@
    1.13  TARBALL="Sockets-$VERSION.tar.gz"
    1.14  WGET_URL="${WEB_SITE}$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="openssl-dev e2fsprogs-dev"
    1.17 +BUILD_DEPENDS="e2fsprogs-dev openssl-dev"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	sed -i 's|/usr/local|/usr|' Makefile*
    1.23  
    1.24  	make &&
    1.25  	make DESTDIR=$install install
    1.26  }
    1.27  
    1.28 -genpkg_rules() {
    1.29 -	cp -a $install/usr $fs/
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cp -a $install/usr	$fs
    1.33  	DEPENDS="gcc-lib-base"
    1.34  }