mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
lcms: rebuild for metadata
This commit is contained in:
parent
02c606a399
commit
9b191e1130
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'lcms'.
|
||||
# Template file for 'lcms'
|
||||
pkgname=lcms
|
||||
version=1.19
|
||||
revision=9
|
||||
revision=10
|
||||
wrksrc=${pkgname}-${version%[a-z]*}
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -9,11 +9,15 @@ hostmakedepends="pkg-config"
|
|||
makedepends="libjpeg-turbo-devel tiff-devel"
|
||||
short_desc="Light Color Management System -- a color management library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://www.littlecms.com"
|
||||
license="BSD"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=80ae32cb9f568af4dc7ee4d3c05a4c31fc513fc3e31730fed0ce7378237273a9
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
lcms-devel_package() {
|
||||
depends="libjpeg-turbo-devel tiff-devel lcms>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue