# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= ossp-uuid VERSION= 1.6.5 KEYWORDS= misc devel VARIANTS= std SDESC[std]= Tool/Lib for generating Universally Unique IDs HOMEPAGE= http://www.ossp.org/pkg/lib/uuid/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://salsa.debian.org/debian/ossp-uuid/-/archive/debian/1.6.5-1/ DISTFILE[1]= ossp-uuid-debian-1.6.5-1.tar.bz2:main DF_INDEX= 1 SPKGS[std]= set primary dev man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= libmd:dev:std BUILDRUN_DEPENDS= libmd:primary:std USES= autoreconf libtool pkgconfig c++:primary DISTNAME= ossp-uuid-debian-1.6.5-1 LICENSE= MIT:primary LICENSE_FILE= MIT:{{WRKDIR}}/LICENSE LICENSE_AWK= MIT:"^$$" LICENSE_SOURCE= MIT:{{WRKSRC}}/uuid.c LICENSE_SCHEME= solo FPC_EQUIVALENT= misc/ossp-uuid MUST_CONFIGURE= gnu CONFIGURE_ARGS= --with-cxx --includedir={{PREFIX}}/include/ossp --libdir={{PREFIX}}/lib/ossp INSTALL_REQ_TOOLCHAIN= yes VAR_OPSYS[linux]= CFLAGS=-D_GNU_SOURCE post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ossp/lib*.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/uuid [FILE:385:descriptions/desc.primary] OSSP uuid is a ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, SHA-1). [FILE:111:distinfo] 1508490e7ef5cc8d03f400211c01fb706e96e7d043f1c82818801e4fe411ce53 74019 ossp-uuid-debian-1.6.5-1.tar.bz2 [FILE:108:manifests/plist.primary] bin/ uuid uuid-config lib/ossp/ libuuid++.so.16 libuuid++.so.16.0.22 libuuid.so.16 libuuid.so.16.0.22 [FILE:120:manifests/plist.dev] include/ossp/ uuid++.hh uuid.h lib/ossp/ libuuid++.a libuuid++.so libuuid.a libuuid.so lib/pkgconfig/ossp-uuid.pc [FILE:73:manifests/plist.man] share/man/man1/ uuid-config.1 uuid.1 share/man/man3/ uuid++.3 uuid.3 [FILE:852:patches/patch-Makefile.in] --- Makefile.in.orig 2025-08-26 12:38:25 UTC +++ Makefile.in @@ -108,10 +108,10 @@ check: all .PHONY: install install: all - mkdir -p $(DESTDIR)$(prefix) $(DESTDIR)$(bindir) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig $(DESTDIR)$(mandir)/man3 $(DESTDIR)$(mandir)/man1 + mkdir -p $(DESTDIR)$(prefix) $(DESTDIR)$(bindir) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(mandir)/man3 $(DESTDIR)$(mandir)/man1 cp uuid.h $(DESTDIR)$(includedir)/ $(LIBTOOL) --mode=install install -c -m 644 lib@libname@.la $(DESTDIR)$(libdir)/ - cp uuid.pc $(DESTDIR)$(libdir)/pkgconfig/@libname@.pc + cp uuid.pc $(DESTDIR)$(prefix)/lib/pkgconfig/ossp-@libname@.pc $(LIBTOOL) --mode=install install -c -m 755 uuid@EXEEXT@ $(DESTDIR)$(bindir)/ cp uuid-config $(DESTDIR)$(bindir)/ cp uuid.1 $(DESTDIR)$(mandir)/man1/