|
| 1 | +# check https://nfpm.goreleaser.com/configuration for detailed usage |
| 2 | +# |
| 3 | +name: "libfprint" |
| 4 | +arch: "amd64" |
| 5 | +platform: "linux" |
| 6 | +version: "1.94.4" |
| 7 | +prerelease: goodixtls-COMMITID |
| 8 | +section: "default" |
| 9 | +priority: "extra" |
| 10 | +replaces: |
| 11 | +- libfprint |
| 12 | +maintainer: "Alexander Meiler <[email protected]>" |
| 13 | +description: | |
| 14 | + This is a community focused on implementing drivers for Goodix devices on Linux. |
| 15 | +vendor: "Goodix Fingerprint Linux Development" |
| 16 | +homepage: "https://github.com/goodix-fp-linux-dev" |
| 17 | +license: "GNU LGPL 2.1" |
| 18 | +contents: |
| 19 | +- src: ./build/libfprint/fp-enums.h |
| 20 | + dst: /usr/include/libfprint-2/fp-enums.h |
| 21 | + |
| 22 | +- src: ./build/libfprint/libfprint-2.so.2.0.0 |
| 23 | + dst: /usr/lib64/libfprint-2.so.2.0.0 |
| 24 | + |
| 25 | +- src: ./build/libfprint/70-libfprint-2.rules |
| 26 | + dst: /usr/lib/udev/rules.d/70-libfprint-2.rules |
| 27 | + |
| 28 | +- src: ./build/libfprint/FPrint-2.0.gir |
| 29 | + dst: /usr/share/gir-1.0/FPrint-2.0.gir |
| 30 | + |
| 31 | +- src: ./build/libfprint/FPrint-2.0.typelib |
| 32 | + dst: /usr/lib64/girepository-1.0/FPrint-2.0.typelib |
| 33 | + |
| 34 | +- src: ./libfprint/fprint.h |
| 35 | + dst: /usr/include/libfprint-2/fprint.h |
| 36 | + |
| 37 | +- src: ./libfprint/fp-context.h |
| 38 | + dst: /usr/include/libfprint-2/fp-context.h |
| 39 | + |
| 40 | +- src: ./libfprint/fp-device.h |
| 41 | + dst: /usr/include/libfprint-2/fp-device.h |
| 42 | + |
| 43 | +- src: ./libfprint/fp-image-device.h |
| 44 | + dst: /usr/include/libfprint-2/fp-image-device.h |
| 45 | + |
| 46 | +- src: ./libfprint/fp-image.h |
| 47 | + dst: /usr/include/libfprint-2/fp-image.h |
| 48 | + |
| 49 | +- src: ./libfprint/fp-print.h |
| 50 | + dst: /usr/include/libfprint-2/fp-print.h |
| 51 | + |
| 52 | +- src: ./build/meson-private/libfprint-2.pc |
| 53 | + dst: /usr/lib64/pkgconfig/libfprint-2.pc |
| 54 | + |
| 55 | +- src: ./build/libfprint/libfprint-2.so.2.0.0 |
| 56 | + dst: /usr/lib64/libfprint-2.so.2 |
| 57 | + type: symlink |
| 58 | + |
| 59 | +- src: ./build/libfprint/libfprint-2.so.2.0.0 |
| 60 | + dst: /usr/lib64/libfprint-2.so |
| 61 | + type: symlink |
| 62 | + |
| 63 | +overrides: |
| 64 | + deb: |
| 65 | + depends: |
| 66 | + - libgudev |
| 67 | + - libgusb |
| 68 | + - nss |
| 69 | + - openssl |
| 70 | + - pixman |
| 71 | + rpm: |
| 72 | + provides: |
| 73 | + - libfprint |
| 74 | + - libfprint(aarch-64) |
| 75 | + - libfprint-2.so.2()(64bit) |
| 76 | + - libfprint-2.so.2(LIBFPRINT_2.0.0)(64bit) |
| 77 | + |
| 78 | + depends: |
| 79 | + - libgudev |
| 80 | + - libgusb |
| 81 | + - nss |
| 82 | + - openssl |
| 83 | + - pixman |
| 84 | + archlinux: |
| 85 | + depends: |
| 86 | + - libgudev |
| 87 | + - libgusb |
| 88 | + - nss |
| 89 | + - openssl |
| 90 | + - pixman |
0 commit comments