wok-next diff enet/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
parents fcdd50638150
children 1766aee487d7
line diff
     1.1 --- a/enet/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.2 +++ b/enet/receipt	Tue May 05 16:55:11 2020 +0100
     1.3 @@ -3,26 +3,26 @@
     1.4  PACKAGE="enet"
     1.5  VERSION="1.2.1"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="relatively thin, simple and robust network communication layer on top of UDP"
     1.8 +SHORT_DESC="Network communication layer on top of UDP"
     1.9  MAINTAINER="devl547@gmail.com"
    1.10  LICENSE="MIT"
    1.11 +WEB_SITE="http://enet.bespin.org/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://enet.bespin.org/"
    1.15  WGET_URL="$WEB_SITE/download/$TARBALL"
    1.16  
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 -	cd $src
    1.21 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.22 -	--mandir=/usr/share/man --enable-crc32 $CONFIGURE_ARGS &&
    1.23 +compile_rules() {
    1.24 +	./configure \
    1.25 +		--prefix=/usr \
    1.26 +		--infodir=/usr/share/info \
    1.27 +		--mandir=/usr/share/man \
    1.28 +		--enable-crc32 \
    1.29 +		$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31 -	make DESTDIR=$DESTDIR install
    1.32 +	make DESTDIR=$install install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 +genpkg_rules() {
    1.39  	mkdir -p $fs/usr/lib
    1.40  	cp -a $install/usr/lib/*a $fs/usr/lib
    1.41  	cp -a $install/usr/include $fs/usr