mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/ttf-freefont: modernize; correct license
This commit is contained in:
parent
c02027fc27
commit
2279b781f0
@ -1,25 +1,27 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=ttf-freefont
|
pkgname=ttf-freefont
|
||||||
pkgver=20120503
|
pkgver=20120503
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="A set of free high-quality TrueType fonts covering the UCS character set"
|
pkgdesc="A set of free high-quality TrueType fonts covering the UCS character set"
|
||||||
url="http://www.nongnu.org/freefont/"
|
url="http://www.nongnu.org/freefont/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL"
|
license="GPL-3.0+ with exception"
|
||||||
|
options="!check" # No test suite.
|
||||||
depends="fontconfig encodings mkfontdir mkfontscale"
|
depends="fontconfig encodings mkfontdir mkfontscale"
|
||||||
makedepends="font-util-dev"
|
makedepends="font-util-dev"
|
||||||
install=
|
|
||||||
source="http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.zip"
|
source="http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.zip"
|
||||||
|
builddir="$srcdir/freefont-$pkgver"
|
||||||
|
|
||||||
_builddir="$srcdir/freefont-$pkgver"
|
|
||||||
build() {
|
build() {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$_builddir"
|
cd "$builddir"
|
||||||
install -d "$pkgdir/usr/share/fonts/TTF"
|
install -d "$pkgdir/usr/share/fonts/TTF"
|
||||||
install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
|
install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
|
||||||
|
# Licensing exception is discussed in README in pkgver==20120503
|
||||||
|
install -Dm644 README "$pkgdir/usr/share/licenses/$pkgname/README"
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="dcd6f525e8f97631c6f84ab4cc2a31af4614dcdb9a4d434bd890baf18e0c2934032f2915384fc27fbecf60d259d792e48f52d357b07e3ed2616d3c8c3544268e freefont-ttf-20120503.zip"
|
sha512sums="dcd6f525e8f97631c6f84ab4cc2a31af4614dcdb9a4d434bd890baf18e0c2934032f2915384fc27fbecf60d259d792e48f52d357b07e3ed2616d3c8c3544268e freefont-ttf-20120503.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user