summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/web/web_svn.bb')
-rw-r--r--meta/recipes-sato/web/web_svn.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_svn.bb
deleted file mode 100644
index 0cfe89f334..0000000000
--- a/meta/recipes-sato/web/web_svn.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1LICENSE = "GPLv2"
2SECTION = "x11"
3DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl"
4DESCRIPTION = "Web is a multi-platform web browsing application."
5PR = "r4"
6
7SRCREV = "131"
8PV = "0.0+svnr${SRCPV}"
9
10SRC_URI = "svn://svn.o-hand.com/repos/${BPN};module=trunk;proto=http \
11 file://owl-window-menu.patch \
12 "
13
14LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
15
16S = "${WORKDIR}/trunk"
17
18do_unpack_append () {
19 bb.build.exec_func('do_remove_patches', d)
20}
21
22do_remove_patches () {
23 rm -rf ${S}/patches
24}
25
26inherit autotools pkgconfig gconf
27