wok annotate libjpeg62/receipt @ rev 8787

Fix compile_rules() in gtk-engines-rezlooks
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 22:56:38 2011 +0100 (2011-02-22)
parents 9a2307d0ba65
children b7319995b37e
rev   line source
paul@7352 1 PACKAGE="libjpeg62"
paul@7352 2 VERSION="6b"
paul@7352 3 CATEGORY="x-window"
paul@7352 4 SHORT_DESC="JPEG shared libs."
paul@7352 5 MAINTAINER="paul@slitaz.org"
paul@7352 6 WEB_SITE="http://www.ijg.org/"
slaxemulator@7360 7 TARBALL="libjpeg6b_6b.orig.tar.gz"
slaxemulator@7360 8 WGET_URL="ftp://ftp.debian.org/debian/pool/main/libj/libjpeg6b/$TARBALL"
paul@7352 9 TAGS="jpeg jpg"
paul@7352 10
paul@7352 11 # Rules to configure and make the package.
paul@7352 12 compile_rules()
paul@7352 13 {
paul@7352 14 cd $src
paul@7352 15 ./configure --enable-shared --prefix=/usr \
paul@7352 16 --mandir=/usr/share/man $CONFIGURE_ARGS
paul@7352 17 make
paul@7352 18 }
paul@7352 19
paul@7352 20 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@7352 21 genpkg_rules()
paul@7352 22 {
paul@7352 23 mkdir -p $fs/usr/lib
paul@7352 24 cp -a $src/.libs/*.so.62* $fs/usr/lib
paul@7352 25 }