Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/pixman/pixman-0.34.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11711 - (hide annotations) (download)
Thu Jan 11 14:58:19 2018 UTC (6 years, 4 months ago) by niro
Original Path: smage/trunk/core/pixman/pixman-0.34.0-r3.smage2
File size: 389 byte(s)
auto added: ver bump to 0.34.0-r3
1 niro 11711 # $Id$
2    
3     PNAME="pixman"
4     PVER="0.34.0"
5     PBUILD="r3"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="Pixman contains lowlevel pixel manipulation routines and is used by both xorg and cairo."
10     HOMEPAGE="http://xorg.freedesktop.org/archive/individual/lib/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     sminclude xorg multilib mbuild alx-split
15     msetfeature "!check"
16    
17     src_compile()
18     {
19     mconfigure --disable-gtk || die
20     mmake || die
21     }