2009-05-15 19:00:36 +02:00
|
|
|
# Template file for 'webkit-gtk-devel'.
|
|
|
|
#
|
2012-06-06 17:58:03 +02:00
|
|
|
noarch=yes
|
|
|
|
depends="webkit-gtk>=$version"
|
2011-07-07 17:20:02 +02:00
|
|
|
short_desc="GTK+ port of the WebKit browser engine - development files"
|
2009-05-15 19:00:36 +02:00
|
|
|
long_desc="${long_desc}
|
2011-07-07 17:20:02 +02:00
|
|
|
WebKit is an open source web browser engine. WebKit is also the name of
|
|
|
|
the Mac OS X system framework version of the engine that's used by
|
|
|
|
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
|
|
|
|
and JavaScript code began as a branch of the KHTML and KJS libraries
|
|
|
|
from KDE.
|
2009-05-15 19:00:36 +02:00
|
|
|
|
|
|
|
This package contains files for development, headers, static libs, etc."
|
|
|
|
|
2012-06-06 17:58:03 +02:00
|
|
|
do_install() {
|
2012-03-28 10:11:38 +02:00
|
|
|
vmove usr/include/webkitgtk-1.0 usr/include
|
2011-07-07 17:20:02 +02:00
|
|
|
vmove "usr/lib/pkgconfig/*-1.0.pc" usr/lib/pkgconfig
|
|
|
|
vmove "usr/share/gir-1.0/*-1.0.gir" usr/share/gir-1.0
|
2009-05-15 19:00:36 +02:00
|
|
|
}
|