Magellan Linux

Annotation of /smage/trunk/core/freetype/freetype-2.3.9-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 204 - (hide annotations) (download)
Mon Apr 26 21:21:28 2010 UTC (14 years ago) by niro
File size: 1053 byte(s)
auto added: ver bump to 2.3.9-r2
1 niro 200 # $Id$
2    
3     PNAME="freetype"
4     PVER="2.3.9"
5     PBUILD="r2"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="truetype font rendering libraries."
11     HOMEPAGE="http://www.freetype.org/"
12    
13     DEPEND=">= virtual/glibc"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18 niro 204 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
19 niro 203 sminclude multilib mcore-split
20 niro 200
21     SRC_URI=(
22     http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME}/ | lasttarball"
27    
28     src_compile()
29     {
30     # otherwise mkfontscale could SIGSEGV or SIGILL
31     # see ( redhat bug 118021 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=118021)
32     export CFLAGS="${CFLAGS} -fno-strict-aliasing"
33     export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
34    
35     mconfigure || die
36     mmake || die
37     }
38    
39 niro 203 mcore_generic_src_install()
40 niro 200 {
41     minstall_destdir || die
42    
43     minstalldocs ChangeLog README README.CVS
44     minstalldocs docs/{CHANGES,CUSTOMIZE,PATENTS,*.TXT,*.txt,reference,release,TODO,TRUETYPE} || die
45     }

Properties

Name Value
svn:keywords Id