gifsicle: new recipe (#895)

This commit is contained in:
Winston Durand
2016-11-30 23:12:33 -08:00
committed by Jérôme Duval
parent 4ea8c23f71
commit a74ed4b38b

View File

@@ -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
}