wok diff tiff-apps/receipt @ rev 1222

squirrelmail-multilogin, squirrelmail-vkeyboard, squirrelmail-archive: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 10 08:15:15 2008 +0000 (2008-08-10)
parents
children f735d88b709d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tiff-apps/receipt	Sun Aug 10 08:15:15 2008 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tiff-apps"
     1.7 +VERSION="3.8.2"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="tiff"
    1.12 +WEB_SITE="http://www.remotesensing.org/libtiff/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr
    1.18 +    cp -a $_pkg/usr/bin $fs/usr
    1.19 +    strip -s $fs/usr/bin/*
    1.20 +}