wok-next diff fontconfig-infinality-yad/receipt @ rev 14225

freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 21 16:18:40 2013 +0000 (2013-03-21)
parents
children e9a4503b4331
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fontconfig-infinality-yad/receipt	Thu Mar 21 16:18:40 2013 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fontconfig-infinality-yad"
     1.7 +VERSION="20130321"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Frontend for fontconfig-infinality written in yad"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +
    1.13 +DEPENDS="fontconfig-infinality"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p \
    1.19 +		$fs/usr/bin \
    1.20 +		$fs/usr/share/applications \
    1.21 +		$fs/usr/share/pixmaps
    1.22 +	cp -a $stuff/infctl-yad $fs/usr/bin
    1.23 +	cp -a $stuff/*.desktop $fs/usr/share/applications
    1.24 +	cp -a $stuff/*.png $fs/usr/share/pixmaps
    1.25 +}