Magellan Linux

Contents of /smage/trunk/extras/libart_lgpl/libart_lgpl-2.3.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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