wok annotate libjpeg62/receipt @ rev 16479

xpain: fix libtool
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 03:20:26 2014 +0200 (2014-04-23)
parents b7319995b37e
children 762b649a4d73
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"
pascal@15600 6 LICENSE="MIT"
paul@7352 7 WEB_SITE="http://www.ijg.org/"
slaxemulator@7360 8 TARBALL="libjpeg6b_6b.orig.tar.gz"
slaxemulator@7360 9 WGET_URL="ftp://ftp.debian.org/debian/pool/main/libj/libjpeg6b/$TARBALL"
paul@7352 10 TAGS="jpeg jpg"
paul@7352 11
paul@7352 12 # Rules to configure and make the package.
paul@7352 13 compile_rules()
paul@7352 14 {
paul@7352 15 cd $src
paul@7352 16 ./configure --enable-shared --prefix=/usr \
gokhlayeh@11573 17 --mandir=/usr/share/man $CONFIGURE_ARGS &&
paul@7352 18 make
paul@7352 19 }
paul@7352 20
paul@7352 21 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@7352 22 genpkg_rules()
paul@7352 23 {
paul@7352 24 mkdir -p $fs/usr/lib
paul@7352 25 cp -a $src/.libs/*.so.62* $fs/usr/lib
paul@7352 26 }