wok annotate graphicsmagick/receipt @ rev 20472
Up perl-io-socket-ssl (2.060)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 12 19:21:44 2018 +0200 (2018-10-12) |
parents | |
children | f637e0986923 |
rev | line source |
---|---|
pascal@19970 | 1 # SliTaz package receipt. |
pascal@19970 | 2 |
pascal@19970 | 3 PACKAGE="graphicsmagick" |
pascal@19970 | 4 VERSION="1.3.25" |
pascal@19970 | 5 SOURCE="GraphicsMagick" |
pascal@19970 | 6 CATEGORY="graphics" |
pascal@19970 | 7 SHORT_DESC="The swiss army knife of image processing." |
pascal@19970 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19970 | 9 LICENSE="MIT" |
pascal@19970 | 10 TARBALL="$SOURCE-$VERSION.tar.xz" |
pascal@19970 | 11 WEB_SITE="http://www.graphicsmagick.org/" |
pascal@19970 | 12 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" |
pascal@19970 | 13 |
pascal@19970 | 14 DEPENDS="gcc-lib-base bzlib util-linux-uuid libgomp harfbuzz xorg-libSM \ |
pascal@19970 | 15 xorg-libICE" |
pascal@19970 | 16 BUILD_DEPENDS="util-linux-uuid-dev" |
pascal@19970 | 17 |
pascal@19970 | 18 # Rules to configure and make the package. |
pascal@19970 | 19 compile_rules() |
pascal@19970 | 20 { |
pascal@19970 | 21 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@19970 | 22 --mandir=/usr/share/man \ |
pascal@19970 | 23 $CONFIGURE_ARGS && |
pascal@19970 | 24 make && |
pascal@19970 | 25 make DESTDIR=$DESTDIR install |
pascal@19970 | 26 } |
pascal@19970 | 27 |
pascal@19970 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19970 | 29 genpkg_rules() |
pascal@19970 | 30 { |
pascal@19970 | 31 mkdir -p $fs/usr |
pascal@19970 | 32 cp -a $install/usr/bin $fs/usr |
pascal@19970 | 33 } |