Magellan Linux

Annotation of /trunk/extras/libexif/libexif-0.6.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 793 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/libexif/libexif-0.6.16-r2.smage2,v 1.1 2008/02/15 11:28:42 niro Exp $
2    
3     PNAME="libexif"
4     PVER="0.6.16"
5     PBUILD="r2"
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.20"
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     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     mpatch ${PNAME}-0.6.13-pkgconfig.patch || die
33    
34     autoreconf --install --force || die
35     }
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40    
41     mconfigure --disable-doc --with-pic || die
42     mmake || die
43     }

Properties

Name Value
svn:keywords Id