51f3425e3d
The avr32linux.org mirror has vanished and is replaced by a spam site that returns HTML pages for whatever URL you request from it. So the download helper thinks that download has succeeded, while actually it failed. Fortunately, there is still a mirror of the site alive, so we can use that one. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
381 B
Makefile
14 lines
381 B
Makefile
#############################################################
|
|
#
|
|
# xstroke
|
|
#
|
|
#############################################################
|
|
XSTROKE_VERSION = 0.6
|
|
XSTROKE_SOURCE = xstroke-$(XSTROKE_VERSION).tar.gz
|
|
XSTROKE_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/XStroke
|
|
|
|
XSTROKE_DEPENDENCIES = xlib_libXft xlib_libXtst xlib_libXpm
|
|
|
|
$(eval $(autotools-package))
|
|
|