wok-6.x diff graphicsmagick/receipt @ rev 20711
Add stunnel
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 06 16:26:24 2019 +0100 (2019-02-06) |
parents | |
children | f637e0986923 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/graphicsmagick/receipt Wed Feb 06 16:26:24 2019 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="graphicsmagick" 1.7 +VERSION="1.3.25" 1.8 +SOURCE="GraphicsMagick" 1.9 +CATEGORY="graphics" 1.10 +SHORT_DESC="The swiss army knife of image processing." 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="MIT" 1.13 +TARBALL="$SOURCE-$VERSION.tar.xz" 1.14 +WEB_SITE="http://www.graphicsmagick.org/" 1.15 +WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 1.16 + 1.17 +DEPENDS="gcc-lib-base bzlib util-linux-uuid libgomp harfbuzz xorg-libSM \ 1.18 +xorg-libICE" 1.19 +BUILD_DEPENDS="util-linux-uuid-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + ./configure --prefix=/usr --infodir=/usr/share/info \ 1.25 + --mandir=/usr/share/man \ 1.26 + $CONFIGURE_ARGS && 1.27 + make && 1.28 + make DESTDIR=$DESTDIR install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + mkdir -p $fs/usr 1.35 + cp -a $install/usr/bin $fs/usr 1.36 +}