summaryrefslogtreecommitdiff
path: root/sgml-common
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-08 11:02:23 +0000
committerChris Larson <clarson@kergoth.com>2004-12-08 11:02:23 +0000
commit1016c9f974cb6cff0bb82291f3938ded9dcaaf42 (patch)
treeba736ff757051b7d6e275e2c746651ff480748e7 /sgml-common
parent922acc09ac4c74272b0291a22fb1e466c1689270 (diff)
Updates per the core rename.
BKrev: 41b6df3f1WM7snr9msmSOLS9PzF8Sg
Diffstat (limited to 'sgml-common')
-rw-r--r--sgml-common/sgml-common-native_0.6.3.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/sgml-common/sgml-common-native_0.6.3.bb b/sgml-common/sgml-common-native_0.6.3.bb
index e69de29bb2..f707db0176 100644
--- a/sgml-common/sgml-common-native_0.6.3.bb
+++ b/sgml-common/sgml-common-native_0.6.3.bb
@@ -0,0 +1,27 @@
+SECTION = "base"
+include sgml-common_${PV}.bb
+inherit native
+
+DEPENDS = "patcher-native"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/sgml-common-${PV}"
+S = "${WORKDIR}/sgml-common-${PV}"
+PACKAGES = ""
+
+do_stage () {
+ install -m 0755 bin/install-catalog ${STAGING_BINDIR}/
+ install -m 0755 bin/sgmlwhich ${STAGING_BINDIR}/
+ install -d ${STAGING_DIR}/etc
+ install -m 0644 config/sgml.conf ${STAGING_DIR}/etc/
+ install -d ${STAGING_DATADIR}/sgml
+ install -m 0644 xml.dcl ${STAGING_DATADIR}/sgml/
+ install -d ${STAGING_DATADIR}/xml/xml-iso-entities-8879.1986
+ install -m 0644 xml-iso-entities/catalog ${STAGING_DATADIR}/xml/xml-iso-entities-8879.1986/
+ install -m 0644 xml-iso-entities/*.ent ${STAGING_DATADIR}/xml/xml-iso-entities-8879.1986/
+ install -d ${STAGING_DATADIR}/sgml/sgml-iso-entities-8879.1986
+ install -m 0644 sgml-iso-entities/catalog ${STAGING_DATADIR}/sgml/sgml-iso-entities-8879.1986/
+ install -m 0644 sgml-iso-entities/*.ent ${STAGING_DATADIR}/sgml/sgml-iso-entities-8879.1986/
+}
+
+do_install () {
+ :
+}