yubico-c: include headers

This commit is contained in:
Tim Biermann 2021-06-21 09:42:55 +00:00
parent 4dc6a72401
commit 9c1a18777d
3 changed files with 7 additions and 5 deletions

View File

@ -3,6 +3,8 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/modhex
-rwxr-xr-x root/root usr/bin/ykgenerate
-rwxr-xr-x root/root usr/bin/ykparse
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/yubikey.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libyubikey.a
-rwxr-xr-x root/root usr/lib/libyubikey.la

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31vrQI8OwgsFu40WFa97nbhqvhKByIZc4nzqaU1PZ3jR2QzI0XzwzcmV6jMXExZH3rGcMLafNOYYC9gVFj4nkw8=
SHA256 (Pkgfile) = ce4f9e65cf9f78f80760e029529ef025ebbb19daf5580ef480edb4beebc4e530
SHA256 (.footprint) = 0b2c6ff77c0551aaf7f1edc30dc748455c3a85e625aa7a53f9f540448153c210
RWSagIOpLGJF34wnI+ibWLXobwk7Z2su61j9430UId0AkgF6cq9jWT+UHnJotT7fnolXJ7rNn9jNjIXaqfDKNKbDsph/VnqMwwg=
SHA256 (Pkgfile) = 67cec608df559b4fa68d8087ec91ff244babf23c2a2eabd48fe2df4052f23302
SHA256 (.footprint) = 56809f321ca0909a4bca1b63a4b8002d316d0542b39e01dd161e654e99bcd253
SHA256 (libyubikey-1.13.tar.gz) = dd046c83e67560206b0b3301ee8053922b516e3975b895804582eb8d7bdd1d79

View File

@ -6,7 +6,7 @@
name=yubico-c
version=1.13
release=2
release=3
source=(https://github.com/Yubico/yubico-c/archive/libyubikey-$version.tar.gz)
build() {
@ -15,5 +15,5 @@ build() {
./configure --prefix=/usr
prt-get isinst asciidoc && \
(make && make DESTDIR=$PKG install) || \
make DESTDIR=$PKG install-binPROGRAMS
make DESTDIR=$PKG install-includeHEADERS install-binPROGRAMS
}