# HG changeset patch # User Hans-G?nter Theisgen # Date 1572364137 -3600 # Node ID 90fcf7b0f8d54527d058192a67a6652a52c82070 # Parent ad58a2dfd4b8e6a0b724e645b0e5b1b41851dcc5 updated unifont (8.0.01 -> 12.1.03) diff -r ad58a2dfd4b8 -r 90fcf7b0f8d5 unifont/receipt --- a/unifont/receipt Tue Oct 29 16:35:55 2019 +0100 +++ b/unifont/receipt Tue Oct 29 16:48:57 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="unifont" -VERSION="8.0.01" +VERSION="12.1.03" CATEGORY="fonts" SHORT_DESC="The Standard GNU Unifont TTF." MAINTAINER="hackdorte@sapo.pt" @@ -9,20 +9,17 @@ WEB_SITE="http://unifoundry.com/" TARBALL="$PACKAGE-$VERSION.ttf" -WGET_URL="${WEB_SITE}pub/$PACKAGE-$VERSION/font-builds/$TARBALL" - -DEPENDS="" -BUILD_DEPENDS="wget" +WGET_URL="${WEB_SITE}pub/$PACKAGE/$PACKAGE-$VERSION/font-builds/$TARBALL" # Rules to configure and make the package. compile_rules() { - mkdir -p $install/usr/share/fonts/$PACKAGE - cp -a $src/* $install/usr/share/fonts/$PACKAGE + mkdir -p $install/usr/share/fonts/$PACKAGE + cp -a $src/* $install/usr/share/fonts/$PACKAGE } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs -} \ No newline at end of file +}