Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6802 - (show annotations) (download)
Wed Sep 22 14:59:58 2010 UTC (13 years, 7 months ago) by niro
File size: 647 byte(s)
auto added: ver bump to 0.3.17-r1
1 # $Id: liboil-0.3.16-r2.smage2 3510 2009-10-22 22:43:13Z niro $
2
3 PNAME="liboil"
4 PVER="0.3.17"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Liboil is a library of simple functions that are optimized for various CPUs."
11 HOMEPAGE="http://liboil.freedesktop.org/"
12
13 DEPEND=">= dev-libs/glib2-2.24"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://liboil.freedesktop.org/download/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE}/download/ | lasttarball gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure --disable-gtk-doc || die
32 mmake -j1 || die
33 }