Magellan Linux

Contents of /branches/magellan-next/core/liboil/liboil-0.3.17-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9351 - (show annotations) (download)
Sun Nov 27 19:28:08 2011 UTC (12 years, 5 months ago) by niro
File size: 647 byte(s)
-multilib fixup
1 # $Id$
2
3 PNAME="liboil"
4 PVER="0.3.17"
5 PBUILD="r3"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="Liboil is a library of simple functions that are optimized for various CPUs."
10 HOMEPAGE="http://liboil.freedesktop.org/"
11
12 DEPEND=">= dev-libs/glib2-2.28"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 # enable linux32 emulation for x86_64 arches
18 EMUL_LINUX_32=true
19
20 sminclude mbuild multilib
21
22 SRC_URI=(
23 http://liboil.freedesktop.org/download/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ${HOMEPAGE}/download/ | lasttarball gz"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 mconfigure --disable-gtk-doc || die
34 mmake -j1 || die
35 }