Upload Tizen 2.0 alpha source. 2.0alpha master 2.0_alpha
authorshingil.kang <shingil.kang@samsung.com>
Tue, 18 Sep 2012 02:39:38 +0000 (11:39 +0900)
committershingil.kang <shingil.kang@samsung.com>
Tue, 18 Sep 2012 02:39:38 +0000 (11:39 +0900)
Change-Id: Ic0465f569808e3c1636927e8964b42b49563cc00

AUTHOR [new file with mode: 0644]
package/build.ubuntu-32 [new file with mode: 0644]
package/pkginfo.manifest [new file with mode: 0644]

diff --git a/AUTHOR b/AUTHOR
new file mode 100644 (file)
index 0000000..d7fc7b5
--- /dev/null
+++ b/AUTHOR
@@ -0,0 +1,2 @@
+Sungho Park <chywoo@samsung.com>
+Shingil Kang <shingil.kang@samsung.com>
diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32
new file mode 100644 (file)
index 0000000..c546b27
--- /dev/null
@@ -0,0 +1,22 @@
+#!/bin/bash -e
+
+clean()
+{
+    rm -rf $SRCDIR/*.zip
+    rm -rf $SRCDIR/*.tar.gz
+}
+
+
+build()
+{
+    echo "done"
+}
+
+install()
+{
+    mkdir -p $SRCDIR/package/tizen-2.0-document.package.${TARGET_OS}/data
+}
+
+[ "$1" = "clean" ] && clean
+[ "$1" = "build" ] && build
+[ "$1" = "install" ] && install
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
new file mode 100644 (file)
index 0000000..8887de8
--- /dev/null
@@ -0,0 +1,11 @@
+Source:meta-tizen-documents
+Version:1.0.10
+Maintainer:Sungho Park <chywoo.park@samsung.com>, Shingil Kang<shingil.kang@samsung.com>
+
+Package:tizen-2.0-document
+Label:Documents
+OS:ubuntu-32, ubuntu-64, windows-32, windows-64
+Build-host-os:ubuntu-32
+Install-dependency:document, certificate-generator
+Description:Tizen documents provides Tizen Web/Platform developer guide, API reference, and other useful information.
+Attribute:public