blob: 1cc27b62d8fc03c570bc95887ca3e32f88a4d5fd (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "gif2png"
LICENSE = "GPL"
SECTION = "console/utils"
PRIORITY = "optional"
DEPENDS = "zlib libpng"
SRC_URI = "http://www.catb.org/~esr/gif2png/gif2png-${PV}.tar.gz"
inherit autotools
|