wok-current annotate graphicsmagick-dev/receipt @ rev 22380
updated openexr again (2.2.0 -> 2.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 28 08:57:35 2019 +0100 (2019-11-28) |
parents | d5caa5733d9e |
children | a5d5850f11c2 |
rev | line source |
---|---|
pascal@19970 | 1 # SliTaz package receipt. |
pascal@19970 | 2 |
pascal@19970 | 3 PACKAGE="graphicsmagick-dev" |
Hans-G?nter@20999 | 4 VERSION="1.3.31" |
pascal@19970 | 5 CATEGORY="development" |
pascal@19970 | 6 SHORT_DESC="The swiss army knife of image processing, development files." |
pascal@19970 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19970 | 8 LICENSE="MIT" |
pascal@19970 | 9 WEB_SITE="http://www.graphicsmagick.org/" |
Hans-G?nter@20999 | 10 |
pascal@19970 | 11 WANTED="graphicsmagick" |
pascal@19970 | 12 DEPENDS="graphicsmagick pkg-config" |
pascal@19970 | 13 |
pascal@19970 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19970 | 15 genpkg_rules() |
pascal@19970 | 16 { |
pascal@19970 | 17 mkdir -p $fs/usr |
Hans-G?nter@20999 | 18 cp -a $install/usr/lib $fs/usr |
Hans-G?nter@20999 | 19 cp -a $install/usr/include $fs/usr |
pascal@19970 | 20 } |