diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 14:11:44 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 14:11:44 +0000 |
commit | 8d2ab41c4b415bc8d782a3d8ae101cc5911e5f88 (patch) | |
tree | e20a3b60ddc13b022c4de374980212ae48cd7603 /meta/packages/scap/scap_0.1.bb | |
parent | bc90283826f51b17526d5454cb50672205a63910 (diff) | |
download | poky-8d2ab41c4b415bc8d782a3d8ae101cc5911e5f88.tar.gz |
scap: dropped
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2932 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/scap/scap_0.1.bb')
-rw-r--r-- | meta/packages/scap/scap_0.1.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/packages/scap/scap_0.1.bb b/meta/packages/scap/scap_0.1.bb deleted file mode 100644 index 7bef893e59..0000000000 --- a/meta/packages/scap/scap_0.1.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | LICENSE = "OSL" | ||
2 | PR = "r4" | ||
3 | |||
4 | DESCRIPTION = "handhelds.org screen capture utility" | ||
5 | SRC_URI = "file://scap.sh file://scap.desktop file://scap.png" | ||
6 | |||
7 | do_install() { | ||
8 | install -d ${D}${bindir} | ||
9 | install ${WORKDIR}/scap.sh ${D}${bindir}/scap | ||
10 | install -d ${D}${datadir}/applications | ||
11 | install -m 0644 ${WORKDIR}/scap.desktop ${D}${datadir}/applications/ | ||
12 | install -d ${D}${datadir}/pixmaps | ||
13 | install -m 0644 ${WORKDIR}/scap.png ${D}${datadir}/pixmaps/ | ||
14 | } | ||
15 | |||