wok-current view libjpeg/receipt @ rev 25097
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 18 20:27:19 2022 +0000 (2022-06-18) |
parents | 038e3e646808 |
children | 5926178cd6fa |
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 }