Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20644 10447126-35f2-4685-b0cf-6dd780d3921fearly
3 changed files with 107 additions and 0 deletions
@ -0,0 +1,46 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1176324571 Wed Apr 11 22:49:31 2007 |
||||||
|
[BUILDTIME] 15 (5) |
||||||
|
[SIZE] 0.89 MB, 12 files |
||||||
|
|
||||||
|
[DEP] 00-dirtree |
||||||
|
[DEP] atk |
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] cairo |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] expat |
||||||
|
[DEP] findutils |
||||||
|
[DEP] fontconfig |
||||||
|
[DEP] freetype |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glib |
||||||
|
[DEP] glibc |
||||||
|
[DEP] glitz |
||||||
|
[DEP] grep |
||||||
|
[DEP] gtk+ |
||||||
|
[DEP] kbproto |
||||||
|
[DEP] libpng |
||||||
|
[DEP] libx11 |
||||||
|
[DEP] libxau |
||||||
|
[DEP] libxcb |
||||||
|
[DEP] libxcursor |
||||||
|
[DEP] libxdmcp |
||||||
|
[DEP] libxext |
||||||
|
[DEP] libxfixes |
||||||
|
[DEP] libxi |
||||||
|
[DEP] libxinerama |
||||||
|
[DEP] libxrandr |
||||||
|
[DEP] libxrender |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] make |
||||||
|
[DEP] pango |
||||||
|
[DEP] pkgconfig |
||||||
|
[DEP] renderproto |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] xproto |
@ -0,0 +1,24 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../skyeye/skyeye.conf |
||||||
|
# Copyright (C) 2007 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
prefix="opt/skyeye" |
||||||
|
set_confopt |
||||||
|
|
||||||
|
makeinstopt= |
||||||
|
|
||||||
|
pkg_skyeye_install() { |
||||||
|
cp -av binary/skyeye $root$bindir |
||||||
|
cp -av README $root$docdir |
||||||
|
} |
||||||
|
hook_add postmake 5 "pkg_skyeye_install" |
@ -0,0 +1,37 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../skyeye/skyeye.desc |
||||||
|
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] An embedded system simulator supporting several hardware platforms |
||||||
|
|
||||||
|
[T] Originating from GDB/Armulator, the SkyEye project aims to provide |
||||||
|
[T] an integrated simulation environment in Linux and Windows. It can |
||||||
|
[T] currently simulate several popular embedded systems such as Atmel AT91 |
||||||
|
[T] boards (from ARM7TDMI to ARM920T processors), ARM720T boards, StrongARM |
||||||
|
[T] (SA1100/SA1110), and Xscale boards. It can run several operating systems |
||||||
|
[T] such as ARM Linux, uClinux, and uc/OS-II (ucos-ii), and analyse or debug |
||||||
|
[T] them at source level. |
||||||
|
|
||||||
|
[U] http://www.skyeye.org |
||||||
|
|
||||||
|
[A] The SkyEye Development Team |
||||||
|
[M] Christian Wiese <[email protected]> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 1.2.2 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 1003466142 skyeye_1_2_2_Rel.tar.bz2 http://dl.sourceforge.net/sourceforge/skyeye/ |
Loading…
Reference in new issue