wok annotate libjpeg/receipt @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
parents
children fdef344d6bef
rev   line source
rcx@5995 1 # SliTaz package receipt.
rcx@5995 2
rcx@5995 3 PACKAGE="libjpeg"
rcx@5995 4 VERSION="8b"
rcx@5995 5 CATEGORY="x-window"
rcx@5995 6 SHORT_DESC="JPEG image libs."
rcx@5995 7 MAINTAINER="pankso@slitaz.org"
rcx@5995 8 WEB_SITE="http://www.ijg.org/"
rcx@5995 9 WANTED="jpeg"
rcx@5995 10 TAGS="jpeg jpg"
rcx@5995 11
rcx@5995 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@5995 13 genpkg_rules()
rcx@5995 14 {
rcx@5995 15 mkdir -p $fs/usr/lib
rcx@5995 16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
rcx@5995 17 }