wok view libjpeg/receipt @ rev 24690

updated jpeg, jpeg-dev and libjpeg (9d -> 9e)
author Hans-G?nter Theisgen
date Sat Mar 12 14:11:36 2022 +0100 (2022-03-12)
parents 038e3e646808
children ccb3cb4d6f56
line source
1 # SliTaz package receipt.
3 PACKAGE="libjpeg"
4 VERSION="9e"
5 CATEGORY="x-window"
6 TAGS="jpeg jpg"
7 SHORT_DESC="JPEG image libraries."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="http://www.ijg.org/"
12 WANTED="jpeg"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_files *.so*
20 }