giflib: update to 5.1.4
This commit is contained in:
parent
559196df32
commit
d75e939504
1 changed files with 10 additions and 6 deletions
|
@ -1,29 +1,33 @@
|
|||
# Template file for 'giflib'
|
||||
pkgname=giflib
|
||||
version=5.1.3
|
||||
version=5.1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="xmlto"
|
||||
short_desc="Library for GIF images"
|
||||
short_desc="Library to handle, display and manipulate GIF images"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://sourceforge.net/projects/giflib/"
|
||||
license="MIT"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=21d73688f54f881cdf1393acbc9af2fe9b3be54d53ace6f5a11c8c3a4646bd01
|
||||
checksum=34a7377ba834397db019e8eb122e551a49c98f49df75ec3fcc92b9a794a4f6d1
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
giflib-devel_package() {
|
||||
depends="giflib-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
giflib-tools_package() {
|
||||
short_desc+=" - utilities"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
vmove usr/share
|
||||
vmove usr/share/man
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue