[Title] Added build script for tizen-ide meta package
authordonghyuk.yang <donghyuk.yang@samsung.com>
Fri, 17 Feb 2012 13:19:29 +0000 (22:19 +0900)
committerdonghyuk.yang <donghyuk.yang@samsung.com>
Fri, 17 Feb 2012 13:19:29 +0000 (22:19 +0900)
[Type] enhancement
[Module] meta-tizen-ide
[Priority] normal
[Jira#]
[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..ff0a0a1
--- /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..71820d8
--- /dev/null
@@ -0,0 +1,17 @@
+Package : TIZEN-IDE
+Version : 1.0.0
+OS : linux
+Maintainer : JongHwan Park <jonghwan2.park@samsung.com>
+Source : meta-tizen-ide
+Install-dependency : usb-connection-for-ssh, smart-build-interface, cross-i386-gcc-4.5, cross-i386-gdb-7.2, cross-arm-gcc-4.5, cross-arm-gdb-7.2, rootstrap-device.app, rootstrap-emulator.app, rootstrap-emulator.platform, rootstrap-device.platform, toolchain-gcc-4.5.platform, sbi-rootstrap-device.app, sbi-rootstrap-emulator.app, sbi-rootstrap-device.platform, sbi-rootstrap-emulator.platform, sbi-toolchain-gcc-4.5.app, sbi-toolchain-gcc-4.5.platform, common-eplugin, nativeapp-eplugin, nativeplatform-eplugin, webapp-eplugin, gui-builder-eplugin, codecoverage-eplugin, assignmenttracing-eplugin, codehiding-eplugin, indigo-pde, unittest-eplugin, telephony-eplugin, eventinjector-eplugin, image-creator, base-ide-product, googletest, efl-lib, valgrind, oprofile
+Description : Install TIZEN IDE
+Attribute : meta
+
+Package : TIZEN-IDE
+Version : 1.0.0
+OS : windows 
+Maintainer : JongHwan Park <jonghwan2.park@samsung.com>
+Source : meta-tizen-ide
+Install-dependency : usb-connection-for-ssh, smart-build-interface, cross-i386-gcc-4.5, cross-i386-gdb-7.2, cross-arm-gcc-4.5, cross-arm-gdb-7.2, rootstrap-device.app, rootstrap-emulator.app, rootstrap-emulator.platform, rootstrap-device.platform, toolchain-gcc-4.5.platform, sbi-rootstrap-device.app, sbi-rootstrap-emulator.app, sbi-rootstrap-device.platform, sbi-rootstrap-emulator.platform, sbi-toolchain-gcc-4.5.app, sbi-toolchain-gcc-4.5.platform, common-eplugin, nativeapp-eplugin, nativeplatform-eplugin, webapp-eplugin, gui-builder-eplugin, codecoverage-eplugin, assignmenttracing-eplugin, codehiding-eplugin, indigo-pde, unittest-eplugin, telephony-eplugin, eventinjector-eplugin, image-creator, base-ide-product, googletest, efl-lib, valgrind, oprofile
+Description : Install TIZEN IDE
+Attribute : meta