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

AUTHOR [new file with mode: 0644]
package/build.linux [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..3e3eb57
--- /dev/null
+++ b/AUTHOR
@@ -0,0 +1,3 @@
+Sungho Park <chywoo@samsung.com>
+Shingil Kang <shingil.kang@samsung.com>
+
diff --git a/package/build.linux b/package/build.linux
new file mode 100644 (file)
index 0000000..91d0995
--- /dev/null
@@ -0,0 +1,41 @@
+#!/bin/sh -xe
+
+PKG_NAME="document"
+BIN_DIR=$SRCDIR/package/${PKG_NAME}.package.${BUILD_TARGET_OS}
+
+clean()
+{
+       rm -rf $SRCDIR/*.zip
+       rm -rf $BIN_DIR
+}
+
+build() 
+{
+       echo "done"
+}
+
+install() 
+{
+       mkdir -p $BIN_DIR/data/ide
+
+       if [ -d $SRCDIR/documents ]
+       then
+               cp -rf $SRCDIR/documents $BIN_DIR/data
+       else
+               echo "documents folder does not exist."
+       fi
+
+       if [ -d $SRCDIR/plugins ]
+       then 
+               cp -rf $SRCDIR/plugins $BIN_DIR/data/ide
+       else 
+               echo "plugins folder does not exist."
+       fi
+}
+
+[ "$1" = "clean" ] && clean
+[ "$1" = "build" ] && build
+[ "$1" = "install" ] && install
+
+echo "success"
+
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
new file mode 100644 (file)
index 0000000..fc7f8fc
--- /dev/null
@@ -0,0 +1,23 @@
+Source:doc-tools
+Version:1.20.134
+Maintainer:Shingil Kang <shingil.kang@samsung.com>, Sungho Park <chywoo.park@samsung.com>
+
+Package:document
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Description:Document
+
+Package:document
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Description:Document
+
+Package:document
+OS:windows-32
+Build-host-os:ubuntu-32
+Description:Document
+
+Package:document
+OS:windows-64
+Build-host-os:ubuntu-32
+Description:Document