"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." Fixes #5.
16 lines
464 B
Plaintext
16 lines
464 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := 2.4.2035
|
|
DOWNLOADS := grafx2.archive
|
|
|
|
#
|
|
# The original URL is http://pulkomandy.tk/projects/GrafX2/downloads/21
|
|
# but it needs a referer and overriding the download command here is
|
|
# cumbersome - I went ahead and mirrored the archive.
|
|
#
|
|
|
|
URL(grafx2) := http://usr.sysret.de/jws/grafx2-$(VERSION)-src.tgz
|
|
SHA(grafx2) := 7b6aa4e47aa67664947c0a20f32323107cc35440
|
|
DIR(grafx2) := src/app/grafx2
|
|
|
|
PATCHES := src/app/grafx2/genode.patch
|