blob: b5671179f0e9ae4947aa06070fa27480937a995c (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "Text editor for Xfce based on Leafpad"
RDEPENDS = "libxfce4util hal"
SECTION = "x11"
PR = "r2"
inherit xfce46
SRC_URI = "http://mocha.xfce.org/archive/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"
|