Skip to content

Commit

Permalink
xbyak-7.00 (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 4, 2023
1 parent 996d335 commit 3b87759
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
18 changes: 12 additions & 6 deletions xbyak/README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Build requirements:
(besides corresponding -devel packages)
binutils-2.41-3
cmake-3.25.3-1
cygport-0.36.6-1
cygport-0.36.7-1
gcc-core-11.4.0-1
gcc-g++-11.4.0-1
ninja-1.11.1-1
Expand All @@ -18,20 +18,20 @@ Canonical website:
https://github.com/herumi/xbyak

Canonical download:
https://github.com/herumi/xbyak/archive/refs/tags/v6.73.tar.gz
https://github.com/herumi/xbyak/archive/refs/tags/v7.00.tar.gz

-------------------------------------------

Build instructions:
1. unpack xbyak-6.73-X-src.tar.xz
1. unpack xbyak-7.00-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./xbyak-6.73-X.cygport all
% cygport ./xbyak-7.00-X.cygport all

This will create:
/usr/src/xbyak-6.73-X-src.tar.xz
/usr/src/xbyak-6.73-X.tar.xz
/usr/src/xbyak-7.00-X-src.tar.xz
/usr/src/xbyak-7.00-X.tar.xz

-------------------------------------------

Expand All @@ -47,13 +47,19 @@ Files included in the binary package:
/usr/lib/cmake/xbyak/xbyak-targets.cmake
/usr/share/doc/Cygwin/xbyak.README
/usr/share/doc/xbyak/COPYRIGHT
/usr/share/doc/xbyak/changelog.md
/usr/share/doc/xbyak/install.md
/usr/share/doc/xbyak/readme.md
/usr/share/doc/xbyak/readme.txt
/usr/share/doc/xbyak/usage.md

------------------

Port Notes:

----- version 7.00-1bl1 -----
Version bump.

----- version 6.73-1bl1 -----
Version bump.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ LICENSE_SPDX="SPDX-License-Identifier: BSD-3-Clause"
LICENSE_URI="COPYRIGHT"

inherit cmake

DOCS="
doc/*.md
readme.txt
"

0 comments on commit 3b87759

Please sign in to comment.