wok annotate libjpeg62/receipt @ rev 10716
move enna to undigest (do not build)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 28 21:32:41 2011 +0200 (2011-05-28) |
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 } |