wok-current view librsvg-dev/receipt @ rev 5232
exo-tools: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 08 10:53:57 2010 +0200 (2010-04-08) |
parents | 2793a5c9ff26 |
children | 4c50d54518b3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="librsvg-dev"
4 VERSION="2.26.0"
5 CATEGORY="misc"
6 SHORT_DESC="SVG Rendering Library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="librsvg"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://librsvg.sourceforge.net/"
11 WANTED="librsvg"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $_pkg/usr/lib/gtk-2.0 $fs/usr/lib
22 # remove *.*a files
23 find $fs/usr/lib/gtk-2.0 -name "*.so*" -exec rm -f {} \;
25 }