Ravenports generated: 25 Nov 2019 17:36
[ravenports.git] / bucket_4A / libversion
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libversion
4 VERSION=                3.0.0
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Advanced version string comparison library
8 HOMEPAGE=               https://github.com/repology/libversion
9 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/repology:libversion:3.0.0
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   cmake c++:single
21
22 LICENSE=                MIT:single
23 LICENSE_FILE=           MIT:{{WRKSRC}}/COPYING
24 LICENSE_SCHEME=         solo
25
26 FPC_EQUIVALENT=         devel/libversion
27
28 INVALID_RPATH=          yes
29
30 SOVERSION=              1.0.0
31
32 post-patch:
33         ${REINPLACE_CMD} -e 's|libdata/pkgconfig|lib/pkgconfig|' \
34                 ${WRKSRC}/CMakeLists.txt
35
36 post-install:
37         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/version_compare
38         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/version_sort
39         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libversion.${LIBEXT}
40
41 [FILE:333:descriptions/desc.single]
42 Need to compare software, package or whatever versions? Comparing 1.0 and 
43 1.1 could be easy, but are you ready for more complex cases like 
44 1.2-x.3~alpha4? Libversion is, which is proven by using the library in 
45 the Repology project which relies on comparing software version strings,
46 even if they are written in different formats.
47
48
49 [FILE:111:distinfo]
50 e7e576de4044dd186f642132ee3fec5392d909f69fc8e26590f4c372f92adee0        23127 repology-libversion-3.0.0.tar.gz
51
52
53 [FILE:283:manifests/plist.single]
54 bin/
55  version_compare
56  version_sort
57 include/libversion/
58  config.h
59  export.h
60  version.h
61 lib/
62  libversion.a
63  libversion.so
64  libversion.so.%%SOMAJOR%%
65  libversion.so.%%SOVERSION%%
66 lib/cmake/libversion/
67  libversionConfig-release.cmake
68  libversionConfig.cmake
69 lib/pkgconfig/libversion.pc
70