wok diff tiff-dev/receipt @ rev 11472
xorg-xeyes: set depends to "xorg-libX11 xorg-libXt xorg-libXext xorg-libXmu xorg-libXrender"
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 17 11:45:19 2011 +0100 (2011-12-17) |
parents | ed4ce2e86110 |
children | 53da4d85cdb3 |
line diff
1.1 --- a/tiff-dev/receipt Sat Oct 09 19:48:18 2010 +0000 1.2 +++ b/tiff-dev/receipt Sat Dec 17 11:45:19 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tiff-dev" 1.7 -VERSION="3.9.4" 1.8 +VERSION="3.9.5" 1.9 CATEGORY="development" 1.10 SHORT_DESC="TIFF images libs devel files. (Check tiff-apps for utilities)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -12,7 +12,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 + mkdir -p $fs/usr/lib 1.18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.19 cp -a $_pkg/usr/include $fs/usr 1.20 }