Magellan Linux

Annotation of /branches/magellan-next/core/libexif/libexif-0.6.20-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8160 - (hide annotations) (download)
Tue Jul 12 21:30:24 2011 UTC (12 years, 10 months ago) by niro
File size: 799 byte(s)
auto added: ver bump to 0.6.20-r1
1 niro 8160 # $Id: libexif-0.6.18-r1.smage2 3497 2009-10-22 21:40:32Z niro $
2    
3     PNAME="libexif"
4     PVER="0.6.20"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="EXIF Tag Parsing Library."
11     HOMEPAGE="http://libexif.sourceforge.net/"
12    
13     DEPEND=">= virtual/glibc"
14     SDEPEND=">= dev-util/pkgconfig-0.25"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.bz2"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${PNAME}-0.6.13-pkgconfig.patch
25     )
26    
27     UP2DATE="updatecmd_sourceforge ${PNAME}"
28    
29     src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     mpatch ${PNAME}-0.6.13-pkgconfig.patch || die
35    
36     autoreconf --install --force || die
37     }
38    
39     src_compile()
40     {
41     cd ${SRCDIR}
42    
43     mconfigure --disable-doc --with-pic || die
44     mmake || die
45     }