aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/multicat_git.bb
blob: d31c38668b60ff4aa3ac0587b049440748f5f9c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Multiple cat utility"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
HOMEPAGE = "http://www.freesmartphone.org"
SECTION = "console"
LICENSE = "GPLv2"
PV = "0.0.0+gitr${SRCPV}"
PE = "1"
PR = "r1"

SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 multicat/multicat ${D}${bindir}
}

RDEPENDS_${PN} = "\
  python-core \
"

PACKAGE_ARCH_${PN} = "all"