blob: 7a1092bfeb8c09de961b389a2e9a0cb5d8dda4a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
DESCRIPTION = "procfs tools"
SECTION = "x11"
PRIORITY = "optional"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DEPENDS = "gtk+"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \
file://no-fam-gtk2.6.patch;patch=1;pnum=1"
inherit autotools pkgconfig
|