Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8028 - (show annotations) (download)
Wed Jun 29 07:54:54 2011 UTC (12 years, 10 months ago) by niro
File size: 573 byte(s)
auto added: ver bump to 0.3.17-r2
1 # $Id$
2
3 PNAME="liboil"
4 PVER="0.3.17"
5 PBUILD="r2"
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 sminclude mbuild
18
19 SRC_URI=(
20 http://liboil.freedesktop.org/download/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE}/download/ | lasttarball gz"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 mconfigure --disable-gtk-doc || die
31 mmake -j1 || die
32 }