wok-next annotate libssl/receipt @ rev 7769

Changed gdk-pixbuf post_install to --update-cache instead of creating a file in /etc/gtk-2.0. The file will now be in /usr/lib/gdk-pixbuf-2.0/2.10.0/ folder. This should fix problems with programs using .gif and .svg image files.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 19:10:02 2010 +0000 (2010-12-22)
parents 787bbe00cf9d
children 72de3d65c27c
rev   line source
pankso@4332 1 # SliTaz package receipt.
pankso@4332 2
pankso@4332 3 PACKAGE="libssl"
slaxemulator@7484 4 VERSION="1.0.0c"
pankso@4332 5 CATEGORY="development"
pankso@4332 6 SHORT_DESC="OpenSSL libraries."
pankso@4332 7 MAINTAINER="pascal.bellard@slitaz.org"
pankso@4332 8 WANTED="openssl"
pascal@5003 9 DEPENDS="libcrypto"
pankso@4332 10 WEB_SITE="http://www.openssl.org/"
pankso@4332 11
pankso@4332 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4332 13 genpkg_rules()
pankso@4332 14 {
pankso@4332 15 mkdir -p $fs/usr/lib
pankso@4332 16 cp -a $_pkg/usr/lib/libssl.so* $fs/usr/lib
pankso@4332 17 }