init meta-package for tizen2.0-alpha 2.0alpha master 2.0_alpha
authorjonghwan2.park <jonghwan2.park@samsung.com>
Mon, 17 Sep 2012 09:54:35 +0000 (18:54 +0900)
committerjonghwan2.park <jonghwan2.park@samsung.com>
Mon, 17 Sep 2012 09:54:35 +0000 (18:54 +0900)
Change-Id: Iad1472b0542c5674345fee30615989606531d8e8

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

diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32
new file mode 100755 (executable)
index 0000000..dd424a5
--- /dev/null
@@ -0,0 +1,25 @@
+#!/bin/bash
+
+clean()
+{
+    rm -rf $SRCDIR/*.zip
+    rm -rf $SRCDIR/*.tar.gz
+}
+
+
+build()
+{
+    echo "done"
+}
+
+install()
+{
+       mkdir -p $SRCDIR/package/TYPICAL.package.${TARGET_OS}/data
+       mkdir -p $SRCDIR/package/MINIMAL.package.${TARGET_OS}/data
+}
+
+[ "$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..aa03d6e
--- /dev/null
@@ -0,0 +1,17 @@
+Source : meta-tizen-installtype
+Version : 1.0.10
+Maintainer : Sungho Park <chywoo.park@samsung.com>, Yongsung Kim <yongsung1.kim>, Shihyun Kim <shihyun.kim@samsung.com>, Jonghwan Park <jonghwan2.park@samsung.com>
+
+Package : TYPICAL
+OS : ubuntu-32, ubuntu-64, windows-32, windows-64
+Attribute : install
+Build-host-os : ubuntu-32
+Install-dependency : WEB-APP-DEVELOPMENT, tizen-cpp-ide, tizen-native-toolchain,tizen-2.0-emulator-image, tizen-2.0-sample, tizen-2.0-document, tizen-2.0-rootstrap, COMMON-TOOLS, ESSENTIAL-COMPONENT, tizen-2.0-sample-partner, tizen-2.0-document-partner, tizen-2.0-rootstrap.partner, tizen-web-sample, tizen-web-sample-partner
+Description : Web and Native App Development
+
+Package : MINIMAL
+OS : ubuntu-32, ubuntu-64, windows-32, windows-64
+Attribute : install
+Build-host-os : ubuntu-32
+Install-dependency : tizen-web-cli, tizen-native-toolchain, tizen-cpp-ide, tizen-websimulator-core, ESSENTIAL-COMPONENT
+Description : Minimal Tools for Web and Native App Development