From ade979c749b13339d93ac4c7a9087142be862b94 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 15 Aug 2018 16:24:46 +0300 Subject: [PATCH] qrencode --- programming/misc/qrencode/actions.py | 6 ++++-- programming/misc/qrencode/pspec.xml | 11 +++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/programming/misc/qrencode/actions.py b/programming/misc/qrencode/actions.py index ae41cc6654..6626500a9f 100644 --- a/programming/misc/qrencode/actions.py +++ b/programming/misc/qrencode/actions.py @@ -22,6 +22,8 @@ def check(): shelltools.system("./test_all.sh") def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR()) + + pisitools.dosed("%s/usr/lib/pkgconfig/libqrencode.pc" % get.installDIR(), "/local", "") - pisitools.dodoc("COPYING", "NEWS", "README") \ No newline at end of file + pisitools.dodoc("COPYING", "NEWS", "README") diff --git a/programming/misc/qrencode/pspec.xml b/programming/misc/qrencode/pspec.xml index a183c2d3e7..a5fdf853d4 100644 --- a/programming/misc/qrencode/pspec.xml +++ b/programming/misc/qrencode/pspec.xml @@ -12,7 +12,7 @@ library A C library for encoding data in a QR code symbol qrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. - http://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz + http://fukuchi.org/works/qrencode/qrencode-4.0.2.tar.gz libsdl-devel m4 @@ -47,6 +47,13 @@ + + 2018-08-15 + 4.0.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2017-05-01 3.4.4 @@ -69,4 +76,4 @@ ertugrulerata@gmail.com - \ No newline at end of file +