Magellan Linux

Annotation of /smage/branches/alx-0_9_0/freetype/freetype-2.3.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations) (download)
Sun Jan 11 00:50:17 2009 UTC (15 years, 5 months ago) by niro
Original Path: smage/branches/branch_0.9.0/freetype/freetype-2.3.5-r1.smage2
File size: 981 byte(s)
"copied"
1 niro 3 # $Header: /alx-cvs/smage-eglibc/freetype/freetype-2.3.5-r1.smage2,v 1.1 2008/03/07 13:26:05 niro Exp $
2    
3     PNAME="freetype"
4     PVER="2.3.5"
5     PBUILD="r1"
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     sminclude multilib alx
19    
20     SRC_URI=(
21     http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     src_compile()
26     {
27     # otherwise mkfontscale could SIGSEGV or SIGILL
28     # see ( redhat bug 118021 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=118021)
29     export CFLAGS="${CFLAGS} -fno-strict-aliasing"
30     export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
31    
32     mconfigure || die
33     mmake || die
34     }
35    
36     src_install()
37     {
38     minstall_destdir || die
39    
40     minstalldocs ChangeLog README README.CVS
41     minstalldocs docs/{CHANGES,CUSTOMIZE,PATENTS,*.TXT,*.txt,reference,release,TODO,TRUETYPE} || die
42     }

Properties

Name Value
svn:keywords Id