blob: 3a82d27eb2961e0659ba5cec014a9394991af6af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop."
LICENSE = "GPL"
DEPENDS = "gtk+ libexif libgnome libgnomeui libgnomeprintui"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/gnome* ${datadir}/application-registry/*"
|