Magellan Linux

Annotation of /branches/R11-stable/extras/prison/prison-1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15329 - (hide annotations) (download)
Wed Jan 2 11:29:59 2013 UTC (11 years, 8 months ago) by niro
File size: 510 byte(s)
-release branches/R11-stable
1 niro 12251 # $Id$
2    
3     PNAME="prison"
4     PVER="1.0"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="QRCode and data matrix barcode library."
10     HOMEPAGE="https://projects.kde.org/projects/kdesupport/prison"
11    
12     DEPEND=">= media-gfx/qrencode-3.3
13     >= media-libs/libdmtx-0.7"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16    
17     sminclude kde4
18    
19     SRC_URI=(
20 niro 12252 kde://${PNAME}/${PVER}/src/${SRCFILE}
21 niro 12251 mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd -listonly http://download.kde.org/stable/${PNAME} | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"