diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-26 15:03:22 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-26 15:04:19 +0100 |
commit | 44819323197d5a5833193ed74eb2d04f9ff66bcc (patch) | |
tree | dd40e374c520ada93f74f2b165748ac1d6ce7e79 /packages/freesmartphone/multicat_git.bb | |
parent | e7aea9ef0f7af04c98fdf33c7751df4b2af69124 (diff) |
fso-apm: new recipe; apm compatibility command for freesmartphone.org framework
multicat: new recipe; multiple cat utility
sane-srcrevs.inc: bump FSO stuff
preferred-om-2008-versions: bump git
angstrom-2007-for-openmoko.inc: bump
Diffstat (limited to 'packages/freesmartphone/multicat_git.bb')
-rw-r--r-- | packages/freesmartphone/multicat_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/freesmartphone/multicat_git.bb b/packages/freesmartphone/multicat_git.bb new file mode 100644 index 0000000000..fb2b332143 --- /dev/null +++ b/packages/freesmartphone/multicat_git.bb @@ -0,0 +1,21 @@ +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${SRCREV}" +PR = "r0" + +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" |