Magellan Linux

Contents of /smage/branches/alx08x-unstable/core/pixman/pixman-0.42.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16438 - (show annotations) (download)
Mon Oct 2 13:39:35 2023 UTC (8 months, 2 weeks ago) by niro
File size: 516 byte(s)
-release branches/alx08x-unstable
1 # $Id$
2
3 PNAME="pixman"
4 PVER="0.42.2"
5 PBUILD="r1"
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 ALX_LIB32_DEPEND=">= virtual/glibc-lib32"
14
15 SRCFILE="${PNAME}-${PVER}.tar.xz"
16
17 sminclude xorg multilib mbuild lib32-split alx-split
18 msetfeature "!check"
19
20 UP2DATE="updatecmd_xorg ${PNAME} xz"
21
22 src_compile()
23 {
24 mconfigure --disable-gtk || die
25 mmake || die
26 }