Magellan Linux

Annotation of /branches/R11-unstable/extras/libdmtx/libdmtx-0.7.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25493 - (hide annotations) (download)
Tue Nov 25 03:50:15 2014 UTC (9 years, 5 months ago) by niro
File size: 405 byte(s)
-release branches/R11-unstable
1 niro 12250 # $Id$
2    
3     PNAME="libdmtx"
4     PVER="0.7.4"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="Barcode data matrix reading and writing library."
10     HOMEPAGE="http://www.libdmtx.org/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     sourceforge://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23     UP2DATE="updatecmd_sourceforge ${PNAME}"