wok diff ossp-uuid/receipt @ rev 21697

updated postfixadmin (2.3.5 -> 3.2)
author Hans-G?nter Theisgen
date Wed Jun 05 17:09:07 2019 +0100 (2019-06-05)
parents c75c436df3e4
children 241fb98cab1c
line diff
     1.1 --- a/ossp-uuid/receipt	Wed Jan 21 12:15:35 2015 +0100
     1.2 +++ b/ossp-uuid/receipt	Wed Jun 05 17:09:07 2019 +0100
     1.3 @@ -1,21 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ossp-uuid"
     1.7 -SOURCE="uuid"
     1.8 -VERSION="1.6.1"
     1.9 +VERSION="1.6.2"
    1.10  CATEGORY="base-system"
    1.11  SHORT_DESC="Universally Unique Identifier tools"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="http://www.ossp.org/pkg/lib/uuid/"
    1.15 +
    1.16 +SOURCE="uuid"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.ossp.org/pkg/lib/uuid/"
    1.19 -WGET_URL="ftp://ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL"
    1.20 +#WGET_URL="ftp://ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL"
    1.21 +WGET_URL="http://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure --prefix=/usr \
    1.27 -		--mandir=/usr/share/man \
    1.28 +	./configure			\
    1.29 +		--prefix=/usr		\
    1.30 +		--mandir=/usr/share/man	\
    1.31  		$CONFIGURE_ARGS &&
    1.32  	make &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34 @@ -25,6 +28,7 @@
    1.35  genpkg_rules()
    1.36  {
    1.37  	mkdir -p $fs/usr/lib
    1.38 -	cp -a $install/usr/bin $fs/usr
    1.39 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.40 +
    1.41 +	cp -a $install/usr/bin		$fs/usr
    1.42 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.43  }