blob: cff4110b656428bbd0ad61f0d4e59b22e1aeacc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "xcowsay displays a cute cow and message on your desktop"
LICENSE = "GPLv3"
DEPENDS = "gtk+ dbus"
SRC_URI = "http://www.nickg.me.uk/files/xcowsay-${PV}.tar.gz"
inherit autotools
SRC_URI[md5sum] = "cf08b324b67d5761158344adcea89402"
SRC_URI[sha256sum] = "e0dd4b753690c650c6bfbb5af9d190fa6bb3d889a491c8553a34ba397ede8bbc"
|