diff options
| author | nixo <nicolo@nixo.xyz> | 2021-09-04 14:15:27 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-13 22:40:35 +0200 |
| commit | 3055d64b3e8092c088d3d26b56b6bec944372cd8 (patch) | |
| tree | 58a9b6df6ba306c24695cbc19dbb79467fa21534 | |
| parent | 88429c2783c12c086e85658c0f68842ed2836344 (diff) | |
gnu: Add libeb.
* gnu/packages/education.scm (libeb): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| -rw-r--r-- | gnu/packages/education.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index f0120c8af2c..897dd37088c 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm | |||
| @@ -1019,6 +1019,32 @@ factoring numbers and simplifying fractions, as well as zapping rocks | |||
| 1019 | floating through space.") | 1019 | floating through space.") |
| 1020 | (license license:gpl3+))) | 1020 | (license license:gpl3+))) |
| 1021 | 1021 | ||
| 1022 | (define-public libeb | ||
| 1023 | (package | ||
| 1024 | (name "libeb") | ||
| 1025 | (version "4.4.3") | ||
| 1026 | (source | ||
| 1027 | (origin | ||
| 1028 | (method url-fetch) | ||
| 1029 | (uri | ||
| 1030 | (string-append "ftp://ftp.sra.co.jp/pub/misc/eb/eb-" version ".tar.bz2")) | ||
| 1031 | (sha256 | ||
| 1032 | (base32 | ||
| 1033 | "0psbdzirazfnn02hp3gsx7xxss9f1brv4ywp6a15ihvggjki1rxb")))) | ||
| 1034 | (build-system gnu-build-system) | ||
| 1035 | (native-inputs ; Required for building docs | ||
| 1036 | `(("perl" ,perl))) | ||
| 1037 | (inputs | ||
| 1038 | `(("zlib" ,zlib))) | ||
| 1039 | (synopsis "C library for accessing Japanese CD-ROM books") | ||
| 1040 | (description "The EB library is a library for accessing CD-ROM | ||
| 1041 | books, which are a common way to distribute electronic dictionaries in | ||
| 1042 | Japan. It supports the EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING | ||
| 1043 | formats.") | ||
| 1044 | ;; FIXME: I cannot find a real home page | ||
| 1045 | (home-page "https://sra.co.jp/") | ||
| 1046 | (license license:bsd-3))) | ||
| 1047 | |||
| 1022 | (define-public mdk | 1048 | (define-public mdk |
| 1023 | (package | 1049 | (package |
| 1024 | (name "mdk") | 1050 | (name "mdk") |
