Adding web-font converting tools ttf2eot & ttf2woff.
This commit is contained in:
2
app-text/ttf2woff/Manifest
Normal file
2
app-text/ttf2woff/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST ttf2woff-0.12.tar.gz 38427 SHA256 2babb4a51903f1dca1453e9802a91157a4525b285a2bc40ed393adc1efe742b4 SHA512 03364a866141747bab2d411cc3c4c68280e9c8e1596530de69b2710d641d2fbd5f52b7a013bc7d4bb363189685b09e77e5cc7822f28bf72098c6f51a8631c9d2 WHIRLPOOL 523764822f0ab421d0800454f697fd43cbbe514a04bb9ca73fe0d5520bb538269e670cd862ec5ce59e69707e308ce5285d678fa713fc31fb953f42b560e38de4
|
||||
EBUILD ttf2woff-0.12.ebuild 470 SHA256 39891c79905b597f19d271a38c3994165168cb3f49d6c3436197f97fa835a241 SHA512 5ddfe3fd652727a0cef19d1ebc80f28167d85f9201bc8df8005ae616f2fa43f8c423c18a4fa4f7a77255f02c3e0bfe1ecb5aa9881e28cd4dcc39dd15fd5f336d WHIRLPOOL d762a7766fb1abf4bfe531ff57bb413b4715b8b8b5e3a40c75535cdb6497ef33f663ff45fc8b5ff860f60189ed8c3a1f7c8828a606c35360a6f1b9c55f735ce2
|
23
app-text/ttf2woff/ttf2woff-0.12.ebuild
Normal file
23
app-text/ttf2woff/ttf2woff-0.12.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="Command line utility converts TrueType and OpenType fonts to the WOFF format."
|
||||
HOMEPAGE="http://wizard.ae.krakow.pl/~jb/ttf2woff/"
|
||||
SRC_URI="http://wizard.ae.krakow.pl/~jb/$PN/$P.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin
|
||||
doexe ttf2woff
|
||||
}
|
||||
|
Reference in New Issue
Block a user