blob: 5d9f681425226df9625fd7afa732d1696b59a0ee (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
SECTION = "net"
PRIORITY = "optional"
DEPENDS = "virtual/libc base/zlib libpng"
SRC_URI = "http://www.catb.org/~esr/gif2png/gif2png-${PV}.tar.gz"
inherit autotools
|