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>
18 lines
560 B
Makefile
18 lines
560 B
Makefile
#############################################################
|
|
#
|
|
# torsmo
|
|
#
|
|
#############################################################
|
|
TORSMO_VERSION = 0.18
|
|
TORSMO_SOURCE = torsmo-$(TORSMO_VERSION).tar.gz
|
|
TORSMO_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Torsmo
|
|
|
|
# help2man doesn't work when cross compiling
|
|
TORSMO_CONF_ENV = ac_cv_path_HELP2MAN=''
|
|
TORSMO_CONF_OPT = --x-includes="-I$(STAGING_DIR)/usr/include/X11" --x-libraries="-I$(STAGING_DIR)/usr/lib" --with-x
|
|
|
|
TORSMO_DEPENDENCIES = xserver_xorg-server
|
|
|
|
$(eval $(autotools-package))
|
|
|