wok rev 21648

updated ossp-uuid and ossp-uuid-dev (1.6.1 -> 1.6.2)
author Hans-G?nter Theisgen
date Thu May 30 09:48:05 2019 +0100 (2019-05-30)
parents e65a1f719192
children 93f070d4d2d7
files ossp-uuid-dev/receipt ossp-uuid/receipt
line diff
     1.1 --- a/ossp-uuid-dev/receipt	Thu May 30 09:21:38 2019 +0100
     1.2 +++ b/ossp-uuid-dev/receipt	Thu May 30 09:48:05 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ossp-uuid-dev"
     1.7 -VERSION="1.6.1"
     1.8 +VERSION="1.6.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Universally Unique Identifier tools, development files"
    1.11 +SHORT_DESC="Universally Unique Identifier tools, development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="http://www.ossp.org/pkg/lib/uuid/"
    1.15 -WANTED="ossp-uuid"
    1.16  
    1.17  DEPENDS="ossp-uuid pkg-config"
    1.18 +WANTED="ossp-uuid"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 +
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.31  }
     2.1 --- a/ossp-uuid/receipt	Thu May 30 09:21:38 2019 +0100
     2.2 +++ b/ossp-uuid/receipt	Thu May 30 09:48:05 2019 +0100
     2.3 @@ -1,21 +1,24 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ossp-uuid"
     2.7 -SOURCE="uuid"
     2.8 -VERSION="1.6.1"
     2.9 +VERSION="1.6.2"
    2.10  CATEGORY="base-system"
    2.11  SHORT_DESC="Universally Unique Identifier tools"
    2.12  MAINTAINER="pascal.bellard@slitaz.org"
    2.13  LICENSE="MIT"
    2.14 +WEB_SITE="http://www.ossp.org/pkg/lib/uuid/"
    2.15 +
    2.16 +SOURCE="uuid"
    2.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.18 -WEB_SITE="http://www.ossp.org/pkg/lib/uuid/"
    2.19 -WGET_URL="ftp://ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL"
    2.20 +#WGET_URL="ftp://ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL"
    2.21 +WGET_URL="http://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL"
    2.22  
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()
    2.25  {
    2.26 -	./configure --prefix=/usr \
    2.27 -		--mandir=/usr/share/man \
    2.28 +	./configure			\
    2.29 +		--prefix=/usr		\
    2.30 +		--mandir=/usr/share/man	\
    2.31  		$CONFIGURE_ARGS &&
    2.32  	make &&
    2.33  	make DESTDIR=$DESTDIR install
    2.34 @@ -25,6 +28,7 @@
    2.35  genpkg_rules()
    2.36  {
    2.37  	mkdir -p $fs/usr/lib
    2.38 -	cp -a $install/usr/bin $fs/usr
    2.39 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.40 +
    2.41 +	cp -a $install/usr/bin		$fs/usr
    2.42 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.43  }