wok view librsvg-apps/receipt @ rev 7593

Busybox config change: unset CONFIG_AR (it conflict with binutils ar) & unset CONFIG_XZ (only unxz is actually usefull - it appears that lzma legacy is our better compression tool)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 10 19:35:10 2010 +0100 (2010-12-10)
parents 7048d5b4c327
children c58122baf96a
line source
1 # SliTaz package receipt.
3 PACKAGE="librsvg-apps"
4 VERSION="2.32.1"
5 CATEGORY="graphics"
6 SHORT_DESC="Tiny libSVG utilities (rsvg, rsvg-view, rsvg-convert)."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="librsvg python gtk+ libgsf"
9 WANTED="librsvg"
10 WEB_SITE="http://librsvg.sourceforge.net/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $_pkg/usr/bin $fs/usr
17 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
18 chmod +x $fs/usr/bin/*
19 }