libutf8proc: update to 1.3.1.
This commit is contained in:
parent
05dd11b25b
commit
53d972de01
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template build file for 'libutf8proc'.
|
# Template build file for 'libutf8proc'.
|
||||||
pkgname=libutf8proc
|
pkgname=libutf8proc
|
||||||
version=1.1.6
|
version=1.3.1
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="pkg-config perl netsurf-buildsystem"
|
hostmakedepends="pkg-config perl netsurf-buildsystem"
|
||||||
short_desc="C library for processing UTF-8 encoded Unicode strings"
|
short_desc="C library for processing UTF-8 encoded Unicode strings"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.netsurf-browser.org"
|
homepage="http://www.netsurf-browser.org"
|
||||||
distfiles="http://git.netsurf-browser.org/$pkgname.git/snapshot/$pkgname-release/$version.tar.bz2"
|
distfiles="http://git.netsurf-browser.org/$pkgname.git/snapshot/$pkgname-release/$version.tar.bz2"
|
||||||
checksum=8e21bcf381a389f0f70b0234c4e5c97e9ef7716b4f518c9be06cc2b4f1167065
|
checksum=4fcfcd0df095267146b22564c0823ddc06503f51379e328b9517ca6873ce1830
|
||||||
wrksrc=libutf8proc-release/1.1.6
|
wrksrc=libutf8proc-release/${version}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} HOST_CC=cc COMPONENT_TYPE=lib-shared PREFIX=/usr
|
make ${makejobs} HOST_CC=cc COMPONENT_TYPE=lib-shared PREFIX=/usr
|
||||||
|
@ -20,7 +20,7 @@ do_install() {
|
||||||
make COMPONENT_TYPE=lib-shared PREFIX=/usr DESTDIR=${DESTDIR} install
|
make COMPONENT_TYPE=lib-shared PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
make COMPONENT_TYPE=lib-static PREFIX=/usr DESTDIR=${DESTDIR} install
|
make COMPONENT_TYPE=lib-static PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
|
|
||||||
vinstall LICENSE 0644 usr/share/licenses/${pkgname}
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
||||||
libutf8proc-devel_package() {
|
libutf8proc-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue