wok-current view graphicsmagick-dev/receipt @ rev 21529
Up ncurses-examples (6.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 04 17:37:51 2019 +0200 (2019-05-04) |
parents | d5caa5733d9e |
children | a5d5850f11c2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="graphicsmagick-dev"
4 VERSION="1.3.31"
5 CATEGORY="development"
6 SHORT_DESC="The swiss army knife of image processing, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.graphicsmagick.org/"
11 WANTED="graphicsmagick"
12 DEPENDS="graphicsmagick pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/lib $fs/usr
19 cp -a $install/usr/include $fs/usr
20 }