aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-sketchbook/gpe-sketchbook_0.2.8.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-sketchbook/gpe-sketchbook_0.2.8.oe')
-rw-r--r--gpe-sketchbook/gpe-sketchbook_0.2.8.oe28
1 files changed, 0 insertions, 28 deletions
diff --git a/gpe-sketchbook/gpe-sketchbook_0.2.8.oe b/gpe-sketchbook/gpe-sketchbook_0.2.8.oe
deleted file mode 100644
index c9d38f16b7..0000000000
--- a/gpe-sketchbook/gpe-sketchbook_0.2.8.oe
+++ /dev/null
@@ -1,28 +0,0 @@
-LICENSE = GPL
-PR = "r2"
-
-inherit gpe pkgconfig
-
-DEPENDS = "libgpewidget"
-SECTION = "gpe"
-MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
-SECTION = "gpe"
-PRIORITY = "optional"
-DESCRIPTION = "A GPE notebook to sketch your notes"
-export CVSBUILD = no
-
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
- file://sketchbook-size.patch;patch=1;pnum=0"
-
-FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
-FILES_${PN} += " ${datadir}/gpe/pixmaps"
-
-do_compile () {
- oe_runmake PREFIX=${prefix}
- oe_runmake all-desktop PREFIX=${prefix}
-}
-
-do_install () {
- oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
-} \ No newline at end of file