From a74ed4b38b2c6a2a4810ef3f362da43af63a2dda Mon Sep 17 00:00:00 2001 From: Winston Durand Date: Wed, 30 Nov 2016 23:12:33 -0800 Subject: [PATCH] gifsicle: new recipe (#895) --- media-gfx/gifsicle/gifsicle-1.88.recipe | 49 +++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 media-gfx/gifsicle/gifsicle-1.88.recipe diff --git a/media-gfx/gifsicle/gifsicle-1.88.recipe b/media-gfx/gifsicle/gifsicle-1.88.recipe new file mode 100644 index 000000000..e06d7336f --- /dev/null +++ b/media-gfx/gifsicle/gifsicle-1.88.recipe @@ -0,0 +1,49 @@ +SUMMARY="A GIF image manipulator" +DESCRIPTION="Gifsicle manipulates GIF image files. Depending on command line \ +options, it can merge several GIFs into a GIF animation; explode an animation \ +into its component frames; change individual frames in an animation; turn \ +interlacing on and off; add transparency; add delays, disposals, and looping \ +to animations; add and remove comments; flip and rotate; optimize animations \ +for space; change images' colormaps; and other things." +HOMEPAGE="http://www.lcdf.org/gifsicle/" +COPYRIGHT="1997-2014 Eddie Kohler" +LICENSE="GNU GPL v2" +REVISION="1" +SOURCE_URI="http://www.lcdf.org/gifsicle/gifsicle-$portVersion.tar.gz" +CHECKSUM_SHA256="4585d2e683d7f68eb8fcb15504732d71d7ede48ab5963e61915201f9e68305be" + +ARCHITECTURES="x86_gcc2 x86 x86_64" + +PROVIDES=" + gifsicle = $portVersion + cmd:gifsicle = $portVersion + cmd:gifdiff = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + cmd:gcc + cmd:make + cmd:awk + " + +BUILD() +{ + runConfigure ./configure + make +} + +INSTALL() +{ + make install +} + +TEST() +{ + make check +}