Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12251 - (show annotations) (download)
Tue May 15 08:34:02 2012 UTC (12 years, 4 months ago) by niro
Original Path: trunk/extras/prison/prison-1.0-r1.smage2
File size: 502 byte(s)
auto added: ver bump to 1.0-r1
1 # $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 kde://${PNAME}/src/${SRCFILE}
21 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'"