From: jonghwan2.park Date: Mon, 17 Sep 2012 09:54:35 +0000 (+0900) Subject: init meta-package for tizen2.0-alpha X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=sdk%2Fbuild%2Fmeta-tizen-installtype.git init meta-package for tizen2.0-alpha Change-Id: Iad1472b0542c5674345fee30615989606531d8e8 --- diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32 new file mode 100755 index 0000000..dd424a5 --- /dev/null +++ b/package/build.ubuntu-32 @@ -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 index 0000000..aa03d6e --- /dev/null +++ b/package/pkginfo.manifest @@ -0,0 +1,17 @@ +Source : meta-tizen-installtype +Version : 1.0.10 +Maintainer : Sungho Park , Yongsung Kim , Shihyun Kim , Jonghwan Park + +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