Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24705 - (hide annotations) (download)
Fri Mar 13 13:56:36 2015 UTC (9 years, 2 months ago) by niro
Original Path: trunk/extras/harfbuzz/harfbuzz-0.9.39-r1.smage2
File size: 631 byte(s)
auto added: ver bump to 0.9.39-r1
1 niro 24705 # $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"