wok-current annotate libgd-dev/receipt @ rev 25191
updated python-cryptography (2.8 -> 3.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 10:08:55 2022 +0100 (2022-07-13) |
parents | b23be24d7a0f |
children | dcb071a5e9e6 |
rev | line source |
---|---|
pascal@1675 | 1 # SliTaz package receipt. |
pascal@1675 | 2 |
pascal@1675 | 3 PACKAGE="libgd-dev" |
Hans-G?nter@24611 | 4 VERSION="2.3.3" |
pascal@1675 | 5 CATEGORY="development" |
Hans-G?nter@24611 | 6 SHORT_DESC="Library for the dynamic creation of images - development files." |
pascal@1675 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15473 | 8 LICENSE="BSD" |
Hans-G?nter@24611 | 9 WEB_SITE="https://libgd.github.io/" |
Hans-G?nter@24611 | 10 |
Hans-G?nter@24611 | 11 DEPENDS="jpeg-dev libjpeg libpng-dev tiff" |
pascal@1675 | 12 WANTED="libgd" |
Hans-G?nter@24611 | 13 |
pankso@16469 | 14 HOST_ARCH="i486 arm" |
pascal@1675 | 15 |
pankso@16521 | 16 |
pascal@1675 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1675 | 18 genpkg_rules() |
pascal@1675 | 19 { |
Hans-G?nter@24611 | 20 # 2.3.3: not supplied |
Hans-G?nter@24611 | 21 # cp -a $install/usr/bin/gdlib-config $fs/usr/bin |
Hans-G?nter@24611 | 22 |
Hans-G?nter@24611 | 23 cook_copy_folders include |
Hans-G?nter@24611 | 24 cook_copy_folders pkgconfig |
Hans-G?nter@24611 | 25 cook_copy_files *.*a |
pascal@1675 | 26 } |