aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-gallery/gpe-gallery_svn.bb
blob: 863dfe5f931c9ce63fa2f00cbcf587aaf976ef44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "GPE image viewer application"
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "libgpewidget"
PV = "0.97+svn-${SRCDATE}"

inherit autotools 
export CVSBUILD = "no"

SRC_URI += "${GPE_EXTRA_SVN} \
	    file://svn-build.patch;patch=1"

S = "${WORKDIR}/${PN}"

FILES_${PN} += "${datadir}/gpe/pixmaps"
FILES_${PN} += "${datadir}/application-registry"


DEFAULT_PREFERENCE = "-1"