aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jlime/jlime-extras_1.0.bb
blob: 2ce37df36760b5c6cb561153040e29ef914a13bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Various extras for the Jlime userlands"
PR = "r0"

PACKAGE_ARCH = "all"
SRC_URI = "http://jlime.com/downloads/development/software/jlime-extras-1.0.tar.gz"

FILES_${PN} = "/etc /usr"

do_install() {
	install -d ${D}
	cp -R etc usr ${D}
}

SRC_URI[md5sum] = "6593cd0509c0f79b091d6b15a92ff65d"
SRC_URI[sha256sum] = "66800f009e3de2c0541f1d5a6be498fa4b2941f73405fe90d6f4c1b34ca5d2c6"