Magellan Linux

Contents of /smage/trunk/core/fribidi/fribidi-1.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11964 - (show annotations) (download)
Fri Aug 17 09:41:26 2018 UTC (5 years, 8 months ago) by niro
File size: 639 byte(s)
auto added: ver bump to 1.0.5-r1
1 # $Id$
2
3 PNAME="fribidi"
4 PVER="1.0.5"
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
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18 sminclude multilib meson alx-split
19
20 SRC_URI=(
21 https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball"
26
27 src_compile()
28 {
29 meson_src_compile $(meson_bool_false docs) || die
30 }