wok-next diff tiff-dev/receipt @ rev 18682
Add mps-youtube (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 09 18:50:42 2015 +0100 (2015-12-09) |
parents | 0b50bcb60588 |
children | 35a20e111081 |
line diff
1.1 --- a/tiff-dev/receipt Tue Mar 11 22:58:46 2014 +0100 1.2 +++ b/tiff-dev/receipt Wed Dec 09 18:50:42 2015 +0100 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="tiff-dev" 1.5 VERSION="4.0.3" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="TIFF images libs devel files. (Check tiff-apps for utilities)." 1.8 +SHORT_DESC="TIFF images libs devel files" 1.9 MAINTAINER="pankso@slitaz.org" 1.10 LICENSE="MIT" 1.11 WANTED="tiff" 1.12 @@ -15,7 +15,7 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.18 - cp -a $install/usr/include $fs/usr 1.19 + mkdir -p $fs/usr/lib 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/include $fs/usr 1.22 }