Magellan Linux

Contents of /trunk/extras/qrencode/qrencode-4.0.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31208 - (show annotations) (download)
Tue Jun 12 13:15:04 2018 UTC (5 years, 10 months ago) by niro
File size: 480 byte(s)
auto added: ver bump to 4.0.2-r1
1 # $Id$
2
3 PNAME="qrencode"
4 PVER="4.0.2"
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"