wok-next annotate unifont/receipt @ rev 21688

updated glu (9.0.0 -> 9.0.1)
author Hans-G?nter Theisgen
date Mon Jun 29 17:17:08 2020 +0100 (2020-06-29)
parents d43bf7aae921
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
hackdorte@18915 2
hackdorte@18917 3 PACKAGE="unifont"
hackdorte@18915 4 VERSION="8.0.01"
al@19125 5 CATEGORY="fonts"
al@21020 6 SHORT_DESC="The Standard GNU Unifont TTF"
al@21020 7 MAINTAINER="devel@slitaz.org"
hackdorte@18915 8 LICENSE="GPL2"
al@19001 9 WEB_SITE="http://unifoundry.com/"
hackdorte@18915 10
al@19001 11 TARBALL="$PACKAGE-$VERSION.ttf"
al@19001 12 WGET_URL="${WEB_SITE}pub/$PACKAGE-$VERSION/font-builds/$TARBALL"
hackdorte@18915 13
al@21020 14 compile_rules() {
al@21020 15 mkdir -p $install/usr/share/fonts/$PACKAGE
al@21020 16 cp -a $src/* $install/usr/share/fonts/$PACKAGE
hackdorte@18915 17 }
hackdorte@18915 18
al@21020 19 genpkg_rules() {
al@21020 20 copy @std
al@21020 21 }