Magellan Linux

Annotation of /trunk/extras/libexif/libexif-0.6.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13546 - (hide annotations) (download)
Fri Oct 12 11:09:51 2012 UTC (11 years, 8 months ago) by niro
File size: 700 byte(s)
auto added: ver bump to 0.6.21-r1
1 niro 13546 # $Id$
2    
3     PNAME="libexif"
4     PVER="0.6.21"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="EXIF Tag Parsing Library."
10     HOMEPAGE="http://libexif.sourceforge.net/"
11    
12     DEPEND=">= virtual/glibc"
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     sourceforge://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-0.6.13-pkgconfig.patch
24     )
25    
26     UP2DATE="updatecmd_sourceforge ${PNAME}"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     mpatch ${PNAME}-0.6.13-pkgconfig.patch || die
34     mautoreconf || die
35     }
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40    
41     mconfigure --disable-doc --with-pic || die
42     mmake || die
43     }