Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12252 - (hide annotations) (download)
Tue May 15 08:38:14 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/extras/prison/prison-1.0-r1.smage2
File size: 510 byte(s)
-fixed SRC_URI
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'"