summaryrefslogtreecommitdiffstats
path: root/meta/packages/scap/scap_0.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-19 14:11:44 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-19 14:11:44 +0000
commit8d2ab41c4b415bc8d782a3d8ae101cc5911e5f88 (patch)
treee20a3b60ddc13b022c4de374980212ae48cd7603 /meta/packages/scap/scap_0.1.bb
parentbc90283826f51b17526d5454cb50672205a63910 (diff)
downloadpoky-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.bb15
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 @@
1LICENSE = "OSL"
2PR = "r4"
3
4DESCRIPTION = "handhelds.org screen capture utility"
5SRC_URI = "file://scap.sh file://scap.desktop file://scap.png"
6
7do_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