wok annotate libjpeg62/receipt @ rev 12008
glibc: fix arch optimisation (again)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Mar 06 00:02:58 2012 +0100 (2012-03-06) |
parents | a1c1d35d9f92 |
children | de49f29b101e |
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 \ |
gokhlayeh@11573 | 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 } |