libnsgif: update to 0.1.3.
This commit is contained in:
parent
4a5be89381
commit
06920443c5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libnsgif'.
|
||||
pkgname=libnsgif
|
||||
version=0.1.2
|
||||
version=0.1.3
|
||||
revision=1
|
||||
hostmakedepends="netsurf-buildsystem"
|
||||
short_desc="Decoding library for the GIF image file format, written in C"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.netsurf-browser.org"
|
||||
license="MIT"
|
||||
distfiles="http://download.netsurf-browser.org/libs/releases/${pkgname}-${version}-src.tar.gz"
|
||||
checksum=dd6948af5c054224489beaa4b4cc13c2c4f695d5bdee7e58ec2370c53cd9faa5
|
||||
checksum=d3d2c9c008047eab41fc0a4ce7c280456c55c479d191e1968f843b005f219fa8
|
||||
CFLAGS="-Wno-error"
|
||||
|
||||
do_build() {
|
||||
|
@ -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 COPYING 0644 usr/share/licenses/${pkgname}
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libnsgif-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue