wok-6.x annotate cantarell-fonts/receipt @ rev 17303
pcmanfm: edit actions.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Oct 31 18:33:48 2014 +0200 (2014-10-31) |
parents | 68d68791ced5 |
children | 0a24a7b3631e |
rev | line source |
---|---|
al@14269 | 1 # SliTaz package receipt. |
al@14269 | 2 |
al@14269 | 3 PACKAGE="cantarell-fonts" |
al@14269 | 4 VERSION="0.0.12" |
al@14269 | 5 CATEGORY="x-window" |
al@14269 | 6 SHORT_DESC="Sans serif font family designed for on-screen readability" |
al@14269 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@14742 | 8 LICENSE="SIL_OFL" |
al@14269 | 9 WEB_SITE="https://live.gnome.org/CantarellFonts" |
al@14269 | 10 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@14269 | 11 SERIES="$(echo $VERSION | cut -d. -f1,2)" |
al@14269 | 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" |
al@14269 | 13 TAGS="font" |
al@14269 | 14 |
al@14269 | 15 DEPENDS="fontconfig" |
al@14269 | 16 |
al@14269 | 17 # Rules to configure and make the package. |
al@14269 | 18 compile_rules() |
al@14269 | 19 { |
al@14269 | 20 ./configure \ |
al@14269 | 21 --with-configdir=/etc/fonts/conf.avail \ |
al@14269 | 22 --with-fontdir=/usr/share/fonts/truetype/cantarell \ |
al@14269 | 23 $CONFIGURE_ARGS && |
al@14269 | 24 make && |
al@14269 | 25 make install |
al@14269 | 26 } |
al@14269 | 27 |
al@14269 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14269 | 29 genpkg_rules() |
al@14269 | 30 { |
al@14269 | 31 cp -a $install/* $fs |
al@14269 | 32 } |