wok-stable view webkit-web-inspector/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents aa956f8b8bd2
children eca8176123e7
line source
1 # SliTaz package receipt.
3 PACKAGE="webkit-web-inspector"
4 SOURCE="webkit"
5 VERSION="1.2.4"
6 CATEGORY="network"
7 SHORT_DESC="Webkit development tools"
8 WANTED="libwebkit"
9 MAINTAINER="mallory@sweetpeople.org"
10 WEB_SITE="http://webkitgtk.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
16 mkdir -p $fs/usr/
17 cp -a $_pkg/usr/bin $fs/usr/
18 cp -a $_pkg/usr/share $fs/usr/
19 }