30 lines
824 B
Plaintext
30 lines
824 B
Plaintext
# Template build file for 'libnsgif'.
|
|
pkgname=libnsgif
|
|
version=0.0.3
|
|
distfiles="http://www.netsurf-browser.org/projects/releases/${pkgname}-${version}-src.tar.gz"
|
|
short_desc="Decoding library for the GIF image file format, written in C."
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
checksum=1f53bb6cc449c3b108d7653ce876ec58745f184d5a6675a95f1fa8c937dfc6d5
|
|
long_desc="
|
|
libnsgif is a decoding library for the GIF image file format, written
|
|
in C. It was developed as part of the NetSurf project and is available
|
|
for use by other software under the MIT licence.
|
|
|
|
* Features
|
|
Decodes GIF files"
|
|
|
|
subpackages="${pkgname}-devel"
|
|
|
|
wrksrc=${pkgname}-${version}-src
|
|
|
|
Add_dependency build sed
|
|
|
|
do_build() {
|
|
make ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
vinstall "build-Linux-Linux-release-lib-static/libnsgif.a" \
|
|
0644 "usr/lib"
|
|
}
|