wok diff graphicsmagick-dev/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents
children f637e0986923
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/graphicsmagick-dev/receipt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="graphicsmagick-dev"
     1.7 +VERSION="1.3.25"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="The swiss army knife of image processing, development files."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="http://www.graphicsmagick.org/"
    1.13 +WANTED="graphicsmagick"
    1.14 +
    1.15 +DEPENDS="graphicsmagick pkg-config"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr
    1.21 +	cp -a $install/usr/lib $fs/usr
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23 +}