1 ################################################################################
5 ################################################################################
7 BITSTREAM_VERA_VERSION
= 1.10
8 BITSTREAM_VERA_SITE
= http
://ftp.gnome.org
/pub
/GNOME
/sources
/ttf-bitstream-vera
/$(BITSTREAM_VERA_VERSION
)
9 BITSTREAM_VERA_SOURCE
= ttf-bitstream-vera-
$(BITSTREAM_VERA_VERSION
).
tar.bz2
10 BITSTREAM_VERA_TARGET_DIR
= $(TARGET_DIR
)/usr
/share
/fonts
/ttf-bitstream-vera
11 BITSTREAM_VERA_LICENSE
= BitstreamVera
12 BITSTREAM_VERA_LICENSE_FILES
= COPYRIGHT.TXT
14 define BITSTREAM_VERA_INSTALL_TARGET_CMDS
15 mkdir
-p
$(BITSTREAM_VERA_TARGET_DIR
)
16 $(INSTALL
) -m
644 $(@D
)/*.ttf
$(BITSTREAM_VERA_TARGET_DIR
)
19 $(eval
$(generic-package
))