forked from ports/contrib
flatbuffers: adjust depends on line
This commit is contained in:
parent
91d7449482
commit
a4ad5daa8f
@ -23,28 +23,28 @@ drwxr-xr-x root/root usr/include/flatbuffers/
|
||||
drwxr-xr-x root/root usr/include/flatbuffers/pch/
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/pch/flatc_pch.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/pch/pch.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/reflection_generated.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/reflection.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/reflection_generated.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/registry.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/stl_emulation.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/string.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/struct.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/table.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/util.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/vector_downward.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/vector.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/vector_downward.h
|
||||
-rw-r--r-- root/root usr/include/flatbuffers/verifier.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/cmake/
|
||||
drwxr-xr-x root/root usr/lib/cmake/flatbuffers/
|
||||
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersConfig.cmake
|
||||
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersConfigVersion.cmake
|
||||
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake
|
||||
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersSharedTargets-release.cmake
|
||||
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets.cmake
|
||||
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake
|
||||
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets-release.cmake
|
||||
-rwxr-xr-x root/root usr/lib/libflatbuffers.so.2.0.5
|
||||
lrwxrwxrwx root/root usr/lib/libflatbuffers.so.2 -> libflatbuffers.so.2.0.5
|
||||
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets.cmake
|
||||
lrwxrwxrwx root/root usr/lib/libflatbuffers.so -> libflatbuffers.so.2
|
||||
lrwxrwxrwx root/root usr/lib/libflatbuffers.so.2 -> libflatbuffers.so.2.0.5
|
||||
-rwxr-xr-x root/root usr/lib/libflatbuffers.so.2.0.5
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/flatbuffers.pc
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF33KcJgdFoUIbj3y8rw1/jPhQAyppRIOvqDmMHDX2hjSOKDgRLEzyTwE5INADPizDYkqqhsLFwfvxyxZKKR5BFwk=
|
||||
SHA256 (Pkgfile) = c5d4264898c7375cd331283accca8471e3c223c661c0c18fee8b601250c8a6ce
|
||||
SHA256 (.footprint) = c7a6cadbd4b43843e47d368135dbb6f23cf2f87a1ca0ce3abc5ab865f72239c2
|
||||
RWSagIOpLGJF36sRkKs6NtBYKQrT/btxqb2Hvz63xHtNedDKNnjsoZBLclgErjHaCENoM6xsT4aJnJE6NOPgaM1L/e3t5TEorwk=
|
||||
SHA256 (Pkgfile) = e2758f37be1d942c0da67fe176e1ddca71ce2ea235f15f937d5e5f2cd34425ee
|
||||
SHA256 (.footprint) = d9d0e0f66afb5049420c8a6b163b5333dcd72face2f697ecb734b1add4065cf0
|
||||
SHA256 (flatbuffers-2.0.5.tar.gz) = b01e97c988c429e164c5c7df9e87c80007ca87f593c0d73733ba536ddcbc8f98
|
||||
|
@ -9,8 +9,7 @@ release=1
|
||||
source=(https://github.com/google/flatbuffers/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
prt-get isinst ninja && PKGMK_FLATBUFFERS+=' -G Ninja'
|
||||
cmake -S $name-$version -B build $PKGMK_FLATBUFFERS \
|
||||
cmake -S $name-$version -B build -G Ninja \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_INSTALL_LIBDIR=lib \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
|
Loading…
x
Reference in New Issue
Block a user