Magellan Linux

Contents of /branches/R11-unstable/extras/harfbuzz/harfbuzz-0.9.39-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25302 - (show annotations) (download)
Tue Nov 25 03:24:47 2014 UTC (9 years, 5 months ago) by niro
File size: 631 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="harfbuzz"
4 PVER="0.9.39"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="OpenType text shaping engine."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
11
12 DEPEND=">= dev-libs/glib2-2.42
13 >= dev-libs/icu-54
14 >= media-libs/freetype-2.5
15 >= x11-libs/cairo-1.12"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude multilib
23 msetfeature "!check"
24
25 SRC_URI=(
26 http://www.freedesktop.org/software/${PNAME}/release/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/release/ | lasttarball"