wok-next diff libraw/receipt @ rev 20742
tpp: typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 29 23:39:24 2018 +0300 (2018-05-29) |
parents | 5841522533ec |
children | f48456621a9d |
line diff
1.1 --- a/libraw/receipt Mon Apr 16 11:36:31 2018 +0300 1.2 +++ b/libraw/receipt Tue May 29 23:39:24 2018 +0300 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="libraw" 1.7 -VERSION="0.18.1" 1.8 +VERSION="0.18.7" 1.9 CATEGORY="graphics" 1.10 -SHORT_DESC="Raw image decoder library" 1.11 +SHORT_DESC="RAW image decoder library" 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://www.libraw.org/" 1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libraw.html" 1.16 1.17 TARBALL="LibRaw-$VERSION.tar.gz" 1.18 WGET_URL="http://www.libraw.org/data/$TARBALL" 1.19 @@ -29,7 +30,13 @@ 1.20 1.21 genpkg_rules() { 1.22 case $PACKAGE in 1.23 - libraw) copy @std; DEPENDS="jasper lcms2 libgomp libjpeg-turbo";; 1.24 - *-dev) copy @dev; DEPENDS="libraw jasper-dev lcms2-dev libjpeg-turbo-dev";; 1.25 + libraw) 1.26 + copy @std 1.27 + DEPENDS="jasper lcms2 libgomp libjpeg-turbo" 1.28 + ;; 1.29 + *-dev) 1.30 + copy @dev 1.31 + DEPENDS="libraw lcms2-dev" 1.32 + ;; 1.33 esac 1.34 }