# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="This program reads a gif91(see XAnim docs) file and merges the listed gif files into one gif file." HOMEPAGE="http://the-labs.com/GIFMerge/" SRC_URI="http://the-labs.com/GIFMerge/gifmerge.tar.gz" LICENSE="gifmerge" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" src_compile() { cd "${WORKDIR}" emake || die } src_install() { cd "${WORKDIR}" dobin gifmerge }