wok-6.x annotate webkit-web-inspector/receipt @ rev 17022
busybox/fatattr: fix arm arch (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 14 09:30:28 2014 +0200 (2014-08-14) |
parents | 7f7ece9bf771 |
children | 6e8b1bcb30e2 |
rev | line source |
---|---|
mallory@3147 | 1 # SliTaz package receipt. |
mallory@3147 | 2 |
mallory@3147 | 3 PACKAGE="webkit-web-inspector" |
domcox@14160 | 4 VERSION="1.8.3" |
mallory@3148 | 5 CATEGORY="network" |
mallory@3148 | 6 SHORT_DESC="Webkit development tools" |
slaxemulator@8530 | 7 SOURCE="webkit" |
mallory@3148 | 8 WANTED="libwebkit" |
mallory@3148 | 9 MAINTAINER="mallory@sweetpeople.org" |
pascal@15482 | 10 LICENSE="BSD LGPL" |
mallory@3148 | 11 WEB_SITE="http://webkitgtk.org" |
mallory@3147 | 12 |
pascal@15482 | 13 DEPENDS="libwebkit" |
pascal@15482 | 14 |
mallory@3147 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@3147 | 16 genpkg_rules() |
mallory@3147 | 17 { |
slaxemulator@8530 | 18 mkdir -p $fs/usr/share |
pascal@15482 | 19 cp -a $install/usr/bin $fs/usr/ |
pascal@15482 | 20 cp -a $install/usr/share/webkitgtk-1.0 $fs/usr/share |
mallory@3147 | 21 } |