Magellan Linux

Contents of /branches/R11-unstable/extras/libart_lgpl/libart_lgpl-2.3.21-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25477 - (show annotations) (download)
Tue Nov 25 03:48:57 2014 UTC (9 years, 5 months ago) by niro
File size: 423 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libart_lgpl"
4 PVER="2.3.21"
5 PBUILD="r2"
6
7 PCAT="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}"