[Title] Add Package list
authorjonghwan2.park <jonghwan2.park@samsung.com>
Mon, 4 Jun 2012 09:31:57 +0000 (18:31 +0900)
committerjonghwan2.park <jonghwan2.park@samsung.com>
Mon, 4 Jun 2012 09:31:57 +0000 (18:31 +0900)
[Type]
[Module] MetaInfo
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/build.linux [new file with mode: 0755]
package/pkginfo.manifest [new file with mode: 0644]

diff --git a/package/build.linux b/package/build.linux
new file mode 100755 (executable)
index 0000000..39c1af7
--- /dev/null
@@ -0,0 +1,29 @@
+#!/bin/bash
+
+clean()
+{
+    rm -rf $SRCDIR/*.zip
+    rm -rf $SRCDIR/*.tar.gz
+}
+
+
+build()
+{
+    echo "done"
+}
+
+install()
+{
+        if [ ${BUILD_TARGET_OS} = "linux" ] ; then
+               mkdir -p $SRCDIR/package/TIZEN-IDE.package.linux/data
+        fi
+
+        if [ ${BUILD_TARGET_OS} = "windows" ] ; then
+               mkdir -p $SRCDIR/package/TIZEN-IDE.package.windows/data
+        fi
+}
+
+[ "$1" = "clean" ] && clean
+[ "$1" = "build" ] && build
+[ "$1" = "install" ] && install
+exit 0
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
new file mode 100644 (file)
index 0000000..6cf0616
--- /dev/null
@@ -0,0 +1,19 @@
+Package : TIZEN-IDE
+Version : 1.0.0
+OS : linux
+Maintainer : JongHwan Park <jonghwan2.park@samsung.com>
+Build-host-os : linux
+Source : meta-tizen-ide
+Install-dependency : usb-connection-for-ssh, rootstrap-device.platform, rootstrap-emulator.platform, nativeplatform-eplugin, webapp-eplugin, assignmenttracing-eplugin, telephony-eplugin, eventinjector-eplugin, sdb, document
+Description : Install TIZEN IDE
+Attribute : meta
+
+Package : TIZEN-IDE
+Version : 1.0.0
+OS : windows 
+Maintainer : JongHwan Park <jonghwan2.park@samsung.com>
+Build-host-os : linux
+Source : meta-tizen-ide
+Install-dependency : assignmenttracing-eplugin, sdb, eventinjector-eplugin, telephony-eplugin, webapp-eplugin, document
+Description : Install TIZEN IDE
+Attribute : meta