wok diff cantarell-fonts/receipt @ rev 14269

ADD: cantarell-fonts, gtk2-engine-murrine (former murrine), libunique-gtk3; TINY EDITS: gobject-introspection, gtk3-engine-solidity, gtk3-engine-unico*, libnotify-gtk3, libxklavier, lxpanel; UP: lightdm* 1.5.3, midori 0.4.9
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 04 15:39:28 2013 +0000 (2013-04-04)
parents
children 7a526dcd4932
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cantarell-fonts/receipt	Thu Apr 04 15:39:28 2013 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="cantarell-fonts"
     1.7 +VERSION="0.0.12"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Sans serif font family designed for on-screen readability"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="SIL OFL1.1"
    1.12 +WEB_SITE="https://live.gnome.org/CantarellFonts"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14 +SERIES="$(echo $VERSION | cut -d. -f1,2)"
    1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"
    1.16 +TAGS="font"
    1.17 +
    1.18 +DEPENDS="fontconfig"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./configure \
    1.24 +		--with-configdir=/etc/fonts/conf.avail \
    1.25 +		--with-fontdir=/usr/share/fonts/truetype/cantarell \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make &&
    1.28 +	make install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	cp -a $install/* $fs
    1.35 +}