libnsgif-0.1.4.ebuild 415 B

12345678910111213141516171819
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. NETSURF_BUILDSYSTEM=buildsystem-1.5
  5. inherit netsurf
  6. DESCRIPTION="decoding library for the GIF image file format, written in C"
  7. HOMEPAGE="http://www.netsurf-browser.org/projects/libnsgif/"
  8. LICENSE="MIT"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~arm ~ppc ~m68k-mint"
  11. IUSE=""
  12. RDEPEND=""
  13. DEPEND="virtual/pkgconfig"