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 1706 - (show annotations) (download)
Fri Apr 8 11:21:00 2011 UTC (13 years ago) by niro
File size: 518 byte(s)
-mcorify
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 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
19 sminclude mbuild mcore-split
20
21 SRC_URI=(
22 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_gnome ${PNAME}"