wok-current diff jpeg-dev/receipt @ rev 6062
tazbb: preserve hotfixes in tazwok & tazpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 21 13:58:44 2010 +0200 (2010-08-21) |
parents | 3e085751bf3a |
children | dede0d1b09f8 |
line diff
1.1 --- a/jpeg-dev/receipt Wed Feb 13 00:20:49 2008 +0100 1.2 +++ b/jpeg-dev/receipt Sat Aug 21 13:58:44 2010 +0200 1.3 @@ -1,31 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="jpeg-dev" 1.7 -VERSION="6b" 1.8 +VERSION="8b" 1.9 CATEGORY="development" 1.10 SHORT_DESC="JPEG images libs." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 WEB_SITE="http://www.ijg.org/" 1.13 WANTED="jpeg" 1.14 1.15 -# Rules to configure and make the package. 1.16 -compile_rules() 1.17 -{ 1.18 - cd $src 1.19 - ./configure --prefix=/usr \ 1.20 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.21 - make 1.22 -} 1.23 - 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - mkdir -p $fs/usr/lib $fs/usr/include 1.28 - cp -a $src/libjpeg.la $fs/usr/lib 1.29 - cp -a $src/libjpeg.a $fs/usr/lib 1.30 - cp -a $src/jconfig.h $fs/usr/include 1.31 - cp -a $src/jerror.h $fs/usr/include 1.32 - cp -a $src/jmorecfg.h $fs/usr/include 1.33 - cp -a $src/jpegint.h $fs/usr/include 1.34 - cp -a $src/jpeglib.h $fs/usr/include 1.35 + mkdir -p $fs/usr/lib 1.36 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.37 + cp -a $_pkg/usr/include $fs/usr 1.38 }