Package Grafx2

This commit is contained in:
Emery Hemingway
2019-02-21 12:28:41 +01:00
parent d4480964de
commit a3444e5aff
9 changed files with 89 additions and 10 deletions

14
recipes/pkg/grafx2/README Normal file
View File

@@ -0,0 +1,14 @@
__/_/_/ __/_/ _/ _/ __/_/
_/ _/ __/_/ __/_/_/ _/ _/ _/ _/ _/
_/ _/_/ _/_/ _/ _/ _/_/_/_/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/
_/_/_/ _/ _/_/_/ _/ _/ _/ _/_/_/_/
GrafX2 is a bitmap paint program inspired by the
Amiga programs Deluxe Paint and Brilliance.
Specialized in 256-color drawing, it includes a
very large number of tools and effects that make
it particularly suitable for pixel art, game
graphics, and generally any detailed graphics
painted with a mouse.

View File

@@ -0,0 +1,8 @@
_/src/jpeg
_/src/libc
_/src/libpng
_/src/grafx2
_/src/sdl
_/src/sdl_image
_/src/vfs
_/src/zlib

1
recipes/pkg/grafx2/hash Normal file
View File

@@ -0,0 +1 @@
2019-02-21-d 71570018331c24971924401ba545fd0ac5f4a975

View File

@@ -0,0 +1,35 @@
<runtime ram="64M" caps="192" binary="grafx2">
<requires>
<file_system/>
<nitpicker/>
<timer/>
<rtc/>
</requires>
<content>
<rom label="grafx2"/>
<rom label="grafx2_data.tar"/>
<rom label="jpeg.lib.so"/>
<rom label="ld.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="libpng.lib.so"/>
<rom label="sdl_image.lib.so"/>
<rom label="sdl.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="zlib.lib.so"/>
</content>
<config>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<vfs>
<tar name="grafx2_data.tar" />
<dir name="dev">
<log/> <rtc/>
</dir>
<fs/>
</vfs>
</config>
</runtime>