aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt-apps/fotowall_0.9.bb
blob: e826a5ae83f2ccc8754ac32838ec79b5b7e5b1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Fotowall is a creative tool that allows you to layout your photos or pictures \
in a personal way. You can add pictures, then resize, move, change colors, text, shadows, etc.."

HOMEPAGE = "http://www.enricoros.com/opensource/fotowall"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://GPL_V2;md5=79808397c3355f163c012616125c9e26 \
                    file://main.cpp;beginline=6;endline=11;md5=b569acc2bf8974a3082b58fc53b9d8dc"
SECTION = "x11/apps"

DEPENDS = "qt4-x11-free"
RDEPENDS = "qt4-x11-free"

SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2"

S = "${WORKDIR}/Fotowall-${PV}"

inherit qmake2 pkgconfig

do_install() {
	oe_runmake INSTALL_ROOT=${D} install
}