Package Grafx2
This commit is contained in:
14
recipes/pkg/grafx2/README
Normal file
14
recipes/pkg/grafx2/README
Normal 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.
|
||||
8
recipes/pkg/grafx2/archives
Normal file
8
recipes/pkg/grafx2/archives
Normal 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
1
recipes/pkg/grafx2/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-02-21-d 71570018331c24971924401ba545fd0ac5f4a975
|
||||
35
recipes/pkg/grafx2/runtime
Normal file
35
recipes/pkg/grafx2/runtime
Normal 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>
|
||||
Reference in New Issue
Block a user