wok view jpeg-dev/receipt @ rev 15969

openssl: up to 1.0.1f + add to ARM arch (almost rewrite receipt)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 24 23:42:48 2014 +0100 (2014-02-24)
parents fdef344d6bef
children d6bbc99418ee
line source
1 # SliTaz package receipt.
3 PACKAGE="jpeg-dev"
4 VERSION="8c"
5 CATEGORY="development"
6 SHORT_DESC="JPEG images libs."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.ijg.org/"
10 DEPENDS="jpeg"
11 WANTED="jpeg"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $src/jpegint.h $fs/usr/include
20 }