Magellan Linux

Annotation of /branches/R11-unstable/extras/prison/prison-1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25730 - (hide annotations) (download)
Tue Nov 25 04:13:48 2014 UTC (9 years, 5 months ago) by niro
File size: 563 byte(s)
-release branches/R11-unstable
1 niro 21200 # $Id$
2    
3     PNAME="prison"
4     PVER="1.1"
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 niro 21202 # unusual srcfile
16     SRCFILE="${PNAME}-${PVER}.0.tar.xz"
17 niro 21203 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}.0"
18 niro 21200
19     sminclude kde4
20    
21     SRC_URI=(
22     kde://${PNAME}/${PVER}/src/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd -listonly http://download.kde.org/stable/${PNAME} | grep '/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"