Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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