Magellan Linux

Contents of /branches/magellan-next/core/libart_lgpl/libart_lgpl-2.3.21-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8363 - (show annotations) (download)
Fri Jul 15 10:10:01 2011 UTC (12 years, 10 months ago) by niro
File size: 429 byte(s)
auto added: ver bump to 2.3.21-r2
1 # $Id$
2
3 PNAME="libart_lgpl"
4 PVER="2.3.21"
5 PBUILD="r2"
6
7 PCATEGORIE="media-libs"
8
9 DESCRIPTION="libart_lgpl is a LGPL version of the libart library."
10 HOMEPAGE="http://www.gnome.org/"
11
12 SDEPEND=">= dev-util/pkgconfig-0.25"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_gnome ${PNAME}"