summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS12
-rwxr-xr-xpackage/build.linux37
-rw-r--r--package/pkginfo.manifest324
3 files changed, 373 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..5fb5ce2
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,12 @@
+YoonKi Park <yoonki.park@samsung.com>
+Hyunsik Noh <hyunsik.noh@samsung.com>
+Gun Kim <gune.kim@samsung.com>
+Taeyoung Son <taeyoung2.son@samsung.com>
+Namkoong Ho <ho.namkoong@samsung.com>
+Jihoon Song <jihoon80.song@samsung.com>
+Gyeongseok Seo <gyeongseok.seo@samsung.com>
+Changhyun Lee <changhyun1.lee@samsung.com>
+Bonyong Lee <bonyong.lee@samsung.com>
+Hyeongseok Heo <hyeongseok.heo@samsung.com>
+Kangho Kim <kh5325.kim@samsung.com>
+HyunGoo Kang <hyungoo1.kang@samsung.com>
diff --git a/package/build.linux b/package/build.linux
new file mode 100755
index 0000000..f4c3779
--- /dev/null
+++ b/package/build.linux
@@ -0,0 +1,37 @@
+#!/bin/bash -e
+
+clean()
+{
+ rm -rf $SRCDIR/*.zip
+ rm -rf $SRCDIR/*.tar.gz
+}
+
+
+build()
+{
+ echo "done"
+}
+
+install()
+{
+ pkgname_and_platform_list=`awk 'BEGIN{RS="\n\n"; FS="\n"} /Package:/{for(i=1;i<NF;i++){if($i ~ /^OS:/){print $1,$i}}}' ${SRCDIR}/package/pkginfo.manifest | tr ' ' '@'`
+ for pkgname_and_platform in ${pkgname_and_platform_list}
+ do
+ echo "=========================================INSTALL============================================"
+ pkgname_and_platform=`echo $pkgname_and_platform | tr '@' ' '`
+ package_name=`echo ${pkgname_and_platform} | cut -f1 -d " " | cut -f2 -d ":"`
+ platform=`echo ${pkgname_and_platform} | cut -f2 -d " " | cut -f2 -d ":"`
+
+ echo "pkgname_and_platform : ${pkgname_and_platform}"
+ if [ "x${TARGET_OS}" = "x${platform}" ]
+ then
+ mkdir -p ${SRCDIR}/package/${package_name}.package.${platform}/data
+ else
+ echo ""
+ fi
+ done
+}
+
+[ "$1" = "clean" ] && clean
+[ "$1" = "build" ] && build
+[ "$1" = "install" ] && install
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
new file mode 100644
index 0000000..ebff282
--- /dev/null
+++ b/package/pkginfo.manifest
@@ -0,0 +1,324 @@
+Source:meta-tizen-ide
+Version:1.0.24
+Maintainer:Kangho Kim <kh5325.kim@samsung.com>, Hyeongseok Heo <hyeongseok.heo@samsung.com>, Bonyong Lee <bonyong.lee@samsung.com>, Yoonki Park <yoonki.park@samsung.com>, Hyunsik Noh <hyunsik.noh@samsung.com>, Gun Kim <gune.kim@samsung.com>, Ho Namkoong <ho.namkoong@samsung.com>, Taeyoung Son <taeyoung2.son@samsung.com>, Changhyun Lee <changhyun1.lee@samsung.com>, Gyeongseok Seo <gyeongseok.seo@samsung.com>, Jihoon Song <jihoon80.song@samsung.com>
+
+Package:tizen-cpp-ide
+Label:Native IDE
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Install-dependency:nativecpp-ext-eplugin, sdb, eventinjector-eplugin, usb-connection-for-ssh, codecoverage-eplugin, unittest-eplugin, googletest, profiler-eplugin, valgrind, oprofile, dynamic-analyzer-product, dynamic-analysis-probe, dynamic-analysis-manager, assignmenttracing-eplugin, native-ui-builder, native-ui-effect-builder
+Description:Tizen Native IDE is smart and powerful development environment to create Native applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-cpp-ide
+Label:Native IDE
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Install-dependency:nativecpp-ext-eplugin, sdb, eventinjector-eplugin, usb-connection-for-ssh, codecoverage-eplugin, unittest-eplugin, googletest, profiler-eplugin, valgrind, oprofile, dynamic-analyzer-product, dynamic-analysis-probe, dynamic-analysis-manager, assignmenttracing-eplugin, native-ui-builder, native-ui-effect-builder
+Description:Tizen Native IDE is smart and powerful development environment to create Native applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-cpp-ide
+Label:Native IDE
+OS:windows-32
+Build-host-os:ubuntu-32
+Install-dependency:nativecpp-ext-eplugin, sdb, eventinjector-eplugin, codecoverage-eplugin, unittest-eplugin, googletest, profiler-eplugin, valgrind, oprofile, dynamic-analyzer-product, dynamic-analysis-probe, dynamic-analysis-manager, assignmenttracing-eplugin, native-ui-builder, native-ui-effect-builder
+Description:Tizen Native IDE is smart and powerful development environment to create Native applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-cpp-ide
+Label:Native IDE
+OS:windows-64
+Build-host-os:ubuntu-32
+Install-dependency:nativecpp-ext-eplugin, sdb, eventinjector-eplugin, codecoverage-eplugin, unittest-eplugin, googletest, profiler-eplugin, valgrind, oprofile, dynamic-analyzer-product, dynamic-analysis-probe, dynamic-analysis-manager, assignmenttracing-eplugin, native-ui-builder, native-ui-effect-builder
+Description:Tizen Native IDE is smart and powerful development environment to create Native applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-cpp-ide
+Label:Native IDE
+OS:macos-64
+Build-host-os:ubuntu-32
+Install-dependency:nativecpp-ext-eplugin, sdb, eventinjector-eplugin, codecoverage-eplugin, unittest-eplugin, googletest, profiler-eplugin, valgrind, oprofile, dynamic-analyzer-product, dynamic-analysis-probe, dynamic-analysis-manager
+Description:Tizen Native IDE is smart and powerful development environment to create Native applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-2.0-sample
+Label:Native Samples
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample
+Description:Native samples for Tizen 2.0 platform
+Attribute:public
+
+Package:tizen-2.0-sample
+Label:Native Samples
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample
+Description: samples for Tizen 2.0 platform
+Attribute:public
+
+Package:tizen-2.0-sample
+Label:Native Samples
+OS:windows-32
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample
+Description:Native samples for Tizen 2.0 platform
+Attribute:public
+
+Package:tizen-2.0-sample
+Label:Native Samples
+OS:windows-64
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample
+Description:Native samples for Tizen 2.0 platform
+Attribute:public
+
+Package:tizen-2.0-sample
+Label:Native Samples
+OS:macos-64
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample
+Description:Native samples for Tizen 2.0 platform
+Attribute:public
+
+Package:tizen-2.0-sample-partner
+Label:Native Samples
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample-partner
+Description:Native samples for Tizen 2.0 Platform (for partner)
+Attribute:partner
+
+Package:tizen-2.0-sample-partner
+Label:Native Samples
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample-partner
+Description:Native samples for Tizen 2.0 Platform (for partner)
+Attribute:partner
+
+Package:tizen-2.0-sample-partner
+Label:Native Samples
+OS:windows-32
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample-partner
+Description:Native samples for Tizen 2.0 Platform (for partner)
+Attribute:partner
+
+Package:tizen-2.0-sample-partner
+Label:Native Samples
+OS:windows-64
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample-partner
+Description:Native samples for Tizen 2.0 Platform (for partner)
+Attribute:partner
+
+Package:tizen-2.0-sample-partner
+Label:Native Samples
+OS:macos-64
+Build-host-os:ubuntu-32
+Install-dependency:native-cpp-sample-partner
+Description:Native samples for Tizen 2.0 Platform (for partner)
+Attribute:partner
+
+Package:tizen-web-ide
+Label:Web IDE
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Install-dependency:webapp-eplugin, websimulator-eplugin, sdb, eventinjector-eplugin, web-ui-builder-eplugin, js-assignmenttracing-eplugin
+Description:Tizen Web IDE is smart and powerful development environment to create web applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-web-ide
+Label:Web IDE
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Install-dependency:webapp-eplugin, websimulator-eplugin, sdb, eventinjector-eplugin, web-ui-builder-eplugin, js-assignmenttracing-eplugin
+Description:Tizen Web IDE is smart and powerful development environment to create web applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-web-ide
+Label:Web IDE
+OS:windows-32
+Build-host-os:ubuntu-32
+Install-dependency:webapp-eplugin, websimulator-eplugin, sdb, eventinjector-eplugin, web-ui-builder-eplugin, js-assignmenttracing-eplugin
+Description:Tizen Web IDE is smart and powerful development environment to create web applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-web-ide
+Label:Web IDE
+OS:windows-64
+Build-host-os:ubuntu-32
+Install-dependency:webapp-eplugin, websimulator-eplugin, sdb, eventinjector-eplugin, web-ui-builder-eplugin, js-assignmenttracing-eplugin
+Description:Tizen Web IDE is smart and powerful development environment to create web applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-web-ide
+Label:Web IDE
+OS:macos-64
+Build-host-os:ubuntu-32
+Install-dependency:webapp-eplugin, websimulator-eplugin, sdb, eventinjector-eplugin, web-ui-builder-eplugin, js-assignmenttracing-eplugin
+Description:Tizen Web IDE is smart and powerful development environment to create web applications for Tizen platforms.
+Attribute:root
+
+Package:tizen-web-sample
+Label:Web Samples
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-eplugin
+Description:Web samples
+Attribute:public
+
+Package:tizen-web-sample
+Label:Web Samples
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-eplugin
+Description:Web samples
+Attribute:public
+
+Package:tizen-web-sample
+Label:Web Samples
+OS:windows-32
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-eplugin
+Description:Web samples
+Attribute:public
+
+Package:tizen-web-sample
+Label:Web Samples
+OS:windows-64
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-eplugin
+Description:Web samples
+Attribute:public
+
+Package:tizen-web-sample
+Label:Web Samples
+OS:macos-64
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-eplugin
+Description:Web samples
+Attribute:public
+
+Package:tizen-web-sample-partner
+Label:Web Samples
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-partner-eplugin
+Description:Web samples (for partner)
+Attribute:partner
+
+Package:tizen-web-sample-partner
+Label:Web Samples
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-partner-eplugin
+Description:Web samples (for partner)
+Attribute:partner
+
+Package:tizen-web-sample-partner
+Label:Web Samples
+OS:windows-32
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-partner-eplugin
+Description:Web samples (for partner)
+Attribute:partner
+
+Package:tizen-web-sample-partner
+Label:Web Samples
+OS:windows-64
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-partner-eplugin
+Description:Web samples (for partner)
+Attribute:partner
+
+Package:tizen-web-sample-partner
+Label:Web Samples
+OS:macos-64
+Build-host-os:ubuntu-32
+Install-dependency:web-sample-partner-eplugin
+Description:Web samples (for partner)
+Attribute:partner
+
+Package:tizen-web-cli
+Label:Command Line Tools
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Install-dependency:web-cli
+Description:Command Line Tools are specific console scripts to provide commands, such as project packaging, signing and installation.
+Attribute:root
+
+Package:tizen-web-cli
+Label:Command Line Tools
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Install-dependency:web-cli
+Description:Command Line Tools are specific console scripts to provide commands, such as project packaging, signing and installation.
+Attribute:root
+
+Package:tizen-web-cli
+Label:Command Line Tools
+OS:windows-32
+Build-host-os:ubuntu-32
+Install-dependency:web-cli
+Description:Command Line Tools are specific console scripts to provide commands, such as project packaging, signing and installation.
+Attribute:root
+
+Package:tizen-web-cli
+Label:Command Line Tools
+OS:windows-64
+Build-host-os:ubuntu-32
+Install-dependency:web-cli
+Description:Command Line Tools are specific console scripts to provide commands, such as project packaging, signing and installation.
+Attribute:root
+
+Package:tizen-web-cli
+Label:Command Line Tools
+OS:macos-64
+Build-host-os:ubuntu-32
+Install-dependency:web-cli
+Description:Command Line Tools are specific console scripts to provide commands, such as project packaging, signing and installation.
+Attribute:root
+
+Package:tizen-websimulator-core
+Label:Web Simulator
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Install-dependency:websimulator-core
+Description:The Web Simulator is a lightweight tool to simulate mobile web environment.
+Attribute:root
+
+Package:tizen-websimulator-core
+Label:Web Simulator
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Install-dependency:websimulator-core
+Description:The Web Simulator is a lightweight tool to simulate mobile web environment.
+Attribute:root
+
+Package:tizen-websimulator-core
+Label:Web Simulator
+OS:windows-32
+Build-host-os:ubuntu-32
+Install-dependency:websimulator-core
+Description:The Web Simulator is a lightweight tool to simulate mobile web environment.
+Attribute:root
+
+Package:tizen-websimulator-core
+Label:Web Simulator
+OS:windows-64
+Build-host-os:ubuntu-32
+Install-dependency:websimulator-core
+Description:The Web Simulator is a lightweight tool to simulate mobile web environment.
+Attribute:root
+
+Package:tizen-websimulator-core
+Label:Web Simulator
+OS:macos-64
+Build-host-os:ubuntu-32
+Install-dependency:websimulator-core
+Description:The Web Simulator is a lightweight tool to simulate mobile web environment.
+Attribute:root
+