Magellan Linux

Contents of /branches/magellan-next/core/pixman/pixman-0.22.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7717 - (show annotations) (download)
Mon May 30 13:12:25 2011 UTC (12 years, 11 months ago) by niro
File size: 393 byte(s)
-disabled gtk
1 # $Id$
2
3 PNAME="pixman"
4 PVER="0.22.0"
5 PBUILD="r1"
6
7 PCATEGORIE="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
15 DEPEND=""
16
17 UP2DATE="updatecmd_xorg ${PNAME}"
18
19 src_compile()
20 {
21 mconfigure --disable-gtk || die
22 mmake || die
23 }