Magellan Linux

Contents of /smage/branches/alx08x-unstable/core/fribidi/fribidi-1.0.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16315 - (show annotations) (download)
Mon Oct 2 13:06:18 2023 UTC (11 months, 3 weeks ago) by niro
File size: 754 byte(s)
-release branches/alx08x-unstable
1 # $Id$
2
3 PNAME="fribidi"
4 PVER="1.0.13"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)."
10 HOMEPAGE="http://fribidi.org/"
11
12 DEPEND=">= virtual/glibc"
13 ALX_LIB32_DEPEND=">= virtual/glibc-lib32"
14
15 SRCFILE="${PNAME}-${PVER}.tar.xz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 ALX_PKG_KEEP="usr/$(MABI=m64 mlibdir)/*.so.*"
19 ALX_LIB32_PKG_KEEP="usr/$(MABI=m32 mlibdir)/*.so.*"
20 sminclude multilib meson lib32-split alx-split
21
22 SRC_URI=(
23 https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball"
28
29 src_compile()
30 {
31 meson_src_compile $(meson_bool_false docs) || die
32 }