summaryrefslogtreecommitdiff
path: root/packages/anthy/anthy_6801.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 11:34:37 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 11:34:37 +0000
commitf28e9a63d7f46008759f497a6e02a277ff9cd3ad (patch)
tree8f678887549a0304c2b859c3d4e43162f058721e /packages/anthy/anthy_6801.bb
parent0075a1c9ade813927a3da76b91f187f0a96d9044 (diff)
anthy: update to 7811
Diffstat (limited to 'packages/anthy/anthy_6801.bb')
-rw-r--r--packages/anthy/anthy_6801.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/packages/anthy/anthy_6801.bb b/packages/anthy/anthy_6801.bb
deleted file mode 100644
index c277639430..0000000000
--- a/packages/anthy/anthy_6801.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "A Japanese input method"
-AUTHOR = "Anthy Developers <anthy-dev@lists.sourceforge.jp>"
-HOMEPAGE = "http://anthy.sourceforge.jp"
-LICENSE = "GPL"
-DEPENDS = "anthy-native"
-SECTION = "libs/inputmethod"
-PR = "r0"
-
-SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/15893/anthy-6801.tar.gz \
- file://not_build_elc.patch;patch=1 \
- file://2ch_t.patch;patch=1 \
- file://change_anthy_dic_path.patch;patch=1 \
- file://native-mkanthydic-mkdepgraph.patch;patch=1"
-S = "${WORKDIR}/anthy-${PV}"
-
-inherit autotools pkgconfig
-
-PACKAGES = "${PN} libanthy0 libanthy-dev"
-
-DESCRIPTION_anthy = "A Japanese input method (backend, dictionary and utility)"
-DESCRIPTION_libanthy0 = "Anthy runtime library"
-DESCRIPTION_libanthy-dev = "Anthy static library, headers and documets for developers"
-
-# gettext
-
-LEAD_SONAME = "libanthy.so.0"
-RDEPENDS_anthy = "libanthy0"
-
-FILES_libanthy0 = "${libdir}/libanthy.so.* \
- ${libdir}/libanthydic.so.* \
- ${libdir}/libanthyinput.so.*"
-FILES_libanthy-dev = "${libdir}/libanthy* \
- ${includedir}/anthy \
- ${libdir}/pkgconfig/anthy.pc"
-FILES_${PN} = "${bindir}/* ${datadir}/* ${sysconfdir}/*"