Magellan Linux

Contents of /trunk/core/pixman/pixman-0.26.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12807 - (show annotations) (download)
Tue Jul 3 14:45:39 2012 UTC (11 years, 11 months ago) by niro
File size: 408 byte(s)
-marked unstable
1 # $Id$
2
3 PNAME="pixman"
4 PVER="0.26.2"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Pixman contains lowlevel pixel manipulation routines and is used by both xorg and cairo."
11 HOMEPAGE="http://xorg.freedesktop.org/archive/individual/lib/"
12
13 sminclude xorg multilib
14 msetfeature "!check"
15
16 DEPEND=""
17
18 UP2DATE="updatecmd_xorg ${PNAME}"
19
20 src_compile()
21 {
22 mconfigure --disable-gtk || die
23 mmake || die
24 }