blob: 2234c1a06074b7765100c7c927b1d2b82686d5bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "x11"
DESCRIPTION = "Sato desktop folders"
LICENSE = "LGPL"
DEPENDS = ""
CONFLICTS = "matchbox-common"
PV = "0.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=desktop-folders;proto=http"
S = "${WORKDIR}/desktop-folders"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}"
|