libutf8proc: update to 1.3.1.

This commit is contained in:
Michael Gehring 2016-02-20 10:35:44 +01:00
parent 05dd11b25b
commit 53d972de01

View File

@ -1,15 +1,15 @@
# Template build file for 'libutf8proc'.
pkgname=libutf8proc
version=1.1.6
revision=2
version=1.3.1
revision=1
hostmakedepends="pkg-config perl netsurf-buildsystem"
short_desc="C library for processing UTF-8 encoded Unicode strings"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://www.netsurf-browser.org"
distfiles="http://git.netsurf-browser.org/$pkgname.git/snapshot/$pkgname-release/$version.tar.bz2"
checksum=8e21bcf381a389f0f70b0234c4e5c97e9ef7716b4f518c9be06cc2b4f1167065
wrksrc=libutf8proc-release/1.1.6
checksum=4fcfcd0df095267146b22564c0823ddc06503f51379e328b9517ca6873ce1830
wrksrc=libutf8proc-release/${version}
do_build() {
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-static PREFIX=/usr DESTDIR=${DESTDIR} install
vinstall LICENSE 0644 usr/share/licenses/${pkgname}
vlicense LICENSE.md
}
libutf8proc-devel_package() {