wok-6.x rev 17531
Add ossp-uuid
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 21 12:15:35 2015 +0100 (2015-01-21) |
parents | 2611e3a0ba21 |
children | eda4a33d17fb |
files | ossp-uuid-dev/receipt ossp-uuid/receipt xorg-util-macros/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ossp-uuid-dev/receipt Wed Jan 21 12:15:35 2015 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ossp-uuid-dev" 1.7 +VERSION="1.6.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Universally Unique Identifier tools, development files" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="http://www.ossp.org/pkg/lib/uuid/" 1.13 +WANTED="ossp-uuid" 1.14 + 1.15 +DEPENDS="ossp-uuid" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib 1.21 + cp -a $install/usr/include $fs/usr 1.22 + cp -a $install/usr/lib/*a $fs/usr/lib 1.23 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.24 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/ossp-uuid/receipt Wed Jan 21 12:15:35 2015 +0100 2.3 @@ -0,0 +1,30 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="ossp-uuid" 2.7 +SOURCE="uuid" 2.8 +VERSION="1.6.1" 2.9 +CATEGORY="base-system" 2.10 +SHORT_DESC="Universally Unique Identifier tools" 2.11 +MAINTAINER="pascal.bellard@slitaz.org" 2.12 +LICENSE="MIT" 2.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.14 +WEB_SITE="http://www.ossp.org/pkg/lib/uuid/" 2.15 +WGET_URL="ftp://ftp.ossp.org/pkg/lib/$SOURCE/$TARBALL" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + ./configure --prefix=/usr \ 2.21 + --mandir=/usr/share/man \ 2.22 + $CONFIGURE_ARGS && 2.23 + make && 2.24 + make DESTDIR=$DESTDIR install 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + mkdir -p $fs/usr/lib 2.31 + cp -a $install/usr/bin $fs/usr 2.32 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.33 +}
3.1 --- a/xorg-util-macros/receipt Mon Jan 19 15:56:59 2015 -0500 3.2 +++ b/xorg-util-macros/receipt Wed Jan 21 12:15:35 2015 +0100 3.3 @@ -10,7 +10,7 @@ 3.4 SOURCE="util-macros" 3.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 3.6 WGET_URL="$XORG_MIRROR/util/$TARBALL" 3.7 -HOST_ARCH="i486 arm" 3.8 +HOST_ARCH="i486 arm x86_64" 3.9 3.10 DEPENDS="m4" 3.11