# HG changeset patch # User Hans-G?nter Theisgen # Date 1559206085 -3600 # Node ID 8740ca9c313324988f427f40bd566a62136a0fae # Parent e65a1f7191921c3ea6cdf2eb85dfa230ae4bce94 updated ossp-uuid and ossp-uuid-dev (1.6.1 -> 1.6.2) diff -r e65a1f719192 -r 8740ca9c3133 ossp-uuid-dev/receipt --- a/ossp-uuid-dev/receipt Thu May 30 09:21:38 2019 +0100 +++ b/ossp-uuid-dev/receipt Thu May 30 09:48:05 2019 +0100 @@ -1,21 +1,22 @@ # SliTaz package receipt. PACKAGE="ossp-uuid-dev" -VERSION="1.6.1" +VERSION="1.6.2" CATEGORY="development" -SHORT_DESC="Universally Unique Identifier tools, development files" +SHORT_DESC="Universally Unique Identifier tools, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="http://www.ossp.org/pkg/lib/uuid/" -WANTED="ossp-uuid" DEPENDS="ossp-uuid pkg-config" +WANTED="ossp-uuid" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r e65a1f719192 -r 8740ca9c3133 ossp-uuid/receipt --- a/ossp-uuid/receipt Thu May 30 09:21:38 2019 +0100 +++ b/ossp-uuid/receipt Thu May 30 09:48:05 2019 +0100 @@ -1,21 +1,24 @@ # SliTaz package receipt. PACKAGE="ossp-uuid" -SOURCE="uuid" -VERSION="1.6.1" +VERSION="1.6.2" CATEGORY="base-system" SHORT_DESC="Universally Unique Identifier tools" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="http://www.ossp.org/pkg/lib/uuid/" + +SOURCE="uuid" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.ossp.org/pkg/lib/uuid/" -WGET_URL="ftp://ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL" +#WGET_URL="ftp://ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL" +WGET_URL="http://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL" # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -25,6 +28,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib }