Skip to content

Commit

Permalink
libeno-0.1.0 (rebuild for libicu)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 18, 2023
1 parent c0af762 commit 869b4b6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
21 changes: 13 additions & 8 deletions libeno/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ libeno
C reference parsing library for eno notation

Runtime requirements:
cygwin-3.1.7-1
libeno0-0.1.0-1bl1
libicu68-68.1-1
cygwin-3.5.0-0.505.g0737bda6ff5a
libeno0-0.1.0-1bl2
libicu73-73.2-1

Build requirements:
(besides corresponding -devel packages)
binutils-2.34+1git.de9c1b7cfe-1
cygport-0.34.0-1
gcc-core-10.2.0-1
meson-0.54.3-1
ninja-1.10.1-1
binutils-2.41-3
cygport-0.36.7-1
gcc-core-11.4.0-1
libicu-devel-73.2-1
meson-1.1.1-1
ninja-1.11.1-1

Canonical website:
https://codeberg.org/simonrepp/libeno
Expand Down Expand Up @@ -42,6 +43,7 @@ Files included in the binary package:

(libeno)
/usr/share/doc/Cygwin/libeno.README
/usr/share/doc/libeno/CHANGELOG.md
/usr/share/doc/libeno/LICENSE.txt
/usr/share/doc/libeno/README.md

Expand All @@ -56,5 +58,8 @@ Files included in the binary package:

Port Notes:

----- version 0.1.0-1bl2 -----
Rebuild for libicu

----- version 0.1.0-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@ CATEGORY="Libs"
SUMMARY="C reference parsing library for eno notation"
DESCRIPTION="${SUMMARY}"

LICENSE="LGPL-3.0-or-later"
LICENSE_SPDX="SPDX-License-Identifier: LGPL-3.0-or-later"
LICENSE_URI="LICENSE.txt"

BUILD_REQUIRES="libicu-devel"

inherit meson

DOCS="
CHANGELOG.md
"

PKG_NAMES="
libeno
libeno0
Expand All @@ -17,7 +27,7 @@ libeno_CONTENTS="
usr/share
"
libeno0_CONTENTS="
usr/bin
usr/bin/cyg*-0.dll
"
libeno_devel_CONTENTS="
usr/include
Expand Down

0 comments on commit 869b4b6

Please sign in to comment.