# HG changeset patch # User Pascal Bellard # Date 1421838935 -3600 # Node ID c75c436df3e4adb3e73f06fdd6e1abb5c81f5698 # Parent 2611e3a0ba21e584c3c99a8df6f9e45ffbdbf880 Add ossp-uuid diff -r 2611e3a0ba21 -r c75c436df3e4 ossp-uuid-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ossp-uuid-dev/receipt Wed Jan 21 12:15:35 2015 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="ossp-uuid-dev" +VERSION="1.6.1" +CATEGORY="development" +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" + +# 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 +} diff -r 2611e3a0ba21 -r c75c436df3e4 ossp-uuid/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ossp-uuid/receipt Wed Jan 21 12:15:35 2015 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="ossp-uuid" +SOURCE="uuid" +VERSION="1.6.1" +CATEGORY="base-system" +SHORT_DESC="Universally Unique Identifier tools" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.ossp.org/pkg/lib/uuid/" +WGET_URL="ftp://ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib +} diff -r 2611e3a0ba21 -r c75c436df3e4 xorg-util-macros/receipt --- a/xorg-util-macros/receipt Mon Jan 19 15:56:59 2015 -0500 +++ b/xorg-util-macros/receipt Wed Jan 21 12:15:35 2015 +0100 @@ -10,7 +10,7 @@ SOURCE="util-macros" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/util/$TARBALL" -HOST_ARCH="i486 arm" +HOST_ARCH="i486 arm x86_64" DEPENDS="m4"