libports: add ttf-bitstream-vera port

This commit is contained in:
Norman Feske 2018-03-20 13:52:33 +01:00 committed by Christian Helmuth
parent 81e55e8901
commit 738b64909e
4 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
8e611d28537684b6928f7a64502e4543274c5f1b

View File

@ -0,0 +1,7 @@
LICENSE := Bitstream Vera Fonts Copyright
VERSION := 1.10
DOWNLOADS := vera.archive
URL(vera) := http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$(VERSION)/ttf-bitstream-vera-$(VERSION).tar.bz2
SHA(vera) := c3e8505a58d52e198a02960a2bd295e4c7a14242
DIR(vera) := ttf/bitstream-vera

View File

@ -0,0 +1,6 @@
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/ttf-bitstream-vera)
content:
cp $(PORT_DIR)/ttf/bitstream-vera/COPYRIGHT.TXT LICENSE.bitstream-vera
cp $(PORT_DIR)/ttf/bitstream-vera/Vera.ttf .
cp $(PORT_DIR)/ttf/bitstream-vera/VeraMono.ttf .

View File

@ -0,0 +1 @@
2018-03-20 51ae5d3c321e9e2c75a649f2bd0bddc6b3725e74