Magellan Linux

Contents of /branches/R11-stable/extras/qrencode/qrencode-3.4.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22822 - (show annotations) (download)
Tue Oct 28 08:52:24 2014 UTC (9 years, 6 months ago) by niro
File size: 480 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="qrencode"
4 PVER="3.4.4"
5 PBUILD="r1"
6
7 PCAT="media-gfx"
8
9 DESCRIPTION="C library for encoding data in a QR Code symbol."
10 HOMEPAGE="http://fukuchi.org/works/qrencode/"
11
12 DEPEND=">= media-libs/libpng-1.5"
13 SDEPEND=">= dev-util/pkgconfig-0.25"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://fukuchi.org/works/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24 UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"