diff options
author | shingil.kang <shingil.kang@samsung.com> | 2012-09-18 11:39:38 +0900 |
---|---|---|
committer | shingil.kang <shingil.kang@samsung.com> | 2012-09-18 11:39:38 +0900 |
commit | 2591244099bab0f67df8d59c923dd8f37b85c900 (patch) | |
tree | 20877af2d2f4eee50f81b1160debe20c5235c564 | |
parent | 816fee276c857c94424dfcab37f7eafa0d51209b (diff) | |
download | meta-tizen-documents-2.0alpha.tar.gz meta-tizen-documents-2.0alpha.tar.bz2 meta-tizen-documents-2.0alpha.zip |
Change-Id: Ic0465f569808e3c1636927e8964b42b49563cc00
-rw-r--r-- | AUTHOR | 2 | ||||
-rw-r--r-- | package/build.ubuntu-32 | 22 | ||||
-rw-r--r-- | package/pkginfo.manifest | 11 |
3 files changed, 35 insertions, 0 deletions
@@ -0,0 +1,2 @@ +Sungho Park <chywoo@samsung.com> +Shingil Kang <shingil.kang@samsung.com> diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32 new file mode 100644 index 0000000..c546b27 --- /dev/null +++ b/package/build.ubuntu-32 @@ -0,0 +1,22 @@ +#!/bin/bash -e + +clean() +{ + rm -rf $SRCDIR/*.zip + rm -rf $SRCDIR/*.tar.gz +} + + +build() +{ + echo "done" +} + +install() +{ + mkdir -p $SRCDIR/package/tizen-2.0-document.package.${TARGET_OS}/data +} + +[ "$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..8887de8 --- /dev/null +++ b/package/pkginfo.manifest @@ -0,0 +1,11 @@ +Source:meta-tizen-documents +Version:1.0.10 +Maintainer:Sungho Park <chywoo.park@samsung.com>, Shingil Kang<shingil.kang@samsung.com> + +Package:tizen-2.0-document +Label:Documents +OS:ubuntu-32, ubuntu-64, windows-32, windows-64 +Build-host-os:ubuntu-32 +Install-dependency:document, certificate-generator +Description:Tizen documents provides Tizen Web/Platform developer guide, API reference, and other useful information. +Attribute:public |