wok annotate unifont/receipt @ rev 22316
updated xvidcore and xvidcore-dev (1.3.2 -> 1.3.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 11:16:39 2019 +0100 (2019-11-14) |
parents | d1570adae0ba |
children | 2f9b6b256fca |
rev | line source |
---|---|
hackdorte@18915 | 1 # SliTaz package receipt. |
hackdorte@18915 | 2 |
hackdorte@18917 | 3 PACKAGE="unifont" |
Hans-G?nter@22076 | 4 VERSION="12.1.03" |
al@19125 | 5 CATEGORY="fonts" |
hackdorte@18915 | 6 SHORT_DESC="The Standard GNU Unifont TTF." |
hackdorte@18915 | 7 MAINTAINER="hackdorte@sapo.pt" |
hackdorte@18915 | 8 LICENSE="GPL2" |
al@19001 | 9 WEB_SITE="http://unifoundry.com/" |
hackdorte@18915 | 10 |
al@19001 | 11 TARBALL="$PACKAGE-$VERSION.ttf" |
Hans-G?nter@22076 | 12 WGET_URL="${WEB_SITE}pub/$PACKAGE/$PACKAGE-$VERSION/font-builds/$TARBALL" |
hackdorte@18915 | 13 |
hackdorte@18915 | 14 # Rules to configure and make the package. |
hackdorte@18915 | 15 compile_rules() |
hackdorte@18915 | 16 { |
Hans-G?nter@22076 | 17 mkdir -p $install/usr/share/fonts/$PACKAGE |
Hans-G?nter@22076 | 18 cp -a $src/* $install/usr/share/fonts/$PACKAGE |
hackdorte@18915 | 19 } |
hackdorte@18915 | 20 |
hackdorte@18915 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
hackdorte@18915 | 22 genpkg_rules() |
hackdorte@18915 | 23 { |
hackdorte@18915 | 24 cp -a $install/* $fs |
Hans-G?nter@22076 | 25 } |