font-sourcecodepro: Adjusted license, following Juan RPs request

This commit is contained in:
Mattias Giese 2015-06-02 11:06:01 +02:00
parent dcfcc47609
commit 049e4f9c2d

View file

@ -10,7 +10,7 @@ font_dirs="/usr/share/fonts/OTF /usr/share/fonts/TTF"
short_desc="Monospaced font family for user interface and coding environments"
maintainer="Mattias Giese <mattias@s99.be>"
homepage="http://adobe-fonts.github.io/source-code-pro/"
license="SIL Open Font License 1.1"
license="OFL-1.1"
distfiles="https://github.com/adobe-fonts/source-code-pro/archive/${version}.zip"
checksum=6753300ddc8f7c1e40bb64e3b0842ba0abcafa3cb92889d7c7a1ba2c8b0dfa82
@ -19,5 +19,4 @@ do_install() {
vmkdir usr/share/fonts/OTF
install -m644 ${wrksrc}/TTF/*.ttf ${DESTDIR}/usr/share/fonts/TTF
install -m644 ${wrksrc}/OTF/*.otf ${DESTDIR}/usr/share/fonts/OTF
vlicense ${wrksrc}/LICENSE.txt SIL_Open_Font_License_1.1
}