mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
qrcodegen: update to 1.7.0.
Also: - fix file names for cpp header and static lib (upstream).
This commit is contained in:
parent
a005e7bc6d
commit
2c99f4bf75
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'qrcodegen'
|
# Template file for 'qrcodegen'
|
||||||
pkgname=qrcodegen
|
pkgname=qrcodegen
|
||||||
version=1.6.0
|
version=1.7.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="QR-Code-generator-${version}"
|
wrksrc="QR-Code-generator-${version}"
|
||||||
short_desc="QR Code generator library"
|
short_desc="QR Code generator library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.nayuki.io/page/qr-code-generator-library"
|
homepage="https://www.nayuki.io/page/qr-code-generator-library"
|
||||||
distfiles="https://github.com/nayuki/QR-Code-generator/archive/v${version}.tar.gz"
|
distfiles="https://github.com/nayuki/QR-Code-generator/archive/v${version}.tar.gz"
|
||||||
checksum=8acee5a77325e075b910747ad4b1fdb1491b7e22d0b8f1b5a6ea15ea08ba33a8
|
checksum=a8138d84a2adbc9168bfadfb9db5272c89b69fb87f72a88ecd08ce7f402ee710
|
||||||
|
|
||||||
CXXFLAGS="-fPIC"
|
CXXFLAGS="-fPIC"
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
sed -n "/^License/,/xxxx/p" Readme.markdown > LICENSE
|
sed -n "/^License/,/xxxx/p" Readme.markdown > LICENSE
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vinstall cpp/QrCode.hpp 644 usr/include/qrcodegen
|
vinstall cpp/qrcodegen.hpp 644 usr/include/qrcodegen
|
||||||
vinstall cpp/libqrcodegen.a 644 usr/lib libqrcodegencpp.a
|
vinstall cpp/libqrcodegencpp.a 644 usr/lib libqrcodegencpp.a
|
||||||
vinstall c/qrcodegen.h 644 usr/include/qrcodegen
|
vinstall c/qrcodegen.h 644 usr/include/qrcodegen
|
||||||
vinstall c/libqrcodegen.a 644 usr/lib
|
vinstall c/libqrcodegen.a 644 usr/lib
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue