Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
653
Issues
653
List
Boards
Labels
Service Desk
Milestones
Merge Requests
212
Merge Requests
212
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
07a88a4d
Commit
07a88a4d
authored
Mar 31, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/webkit: new aport
A webbrowser engine
http://webkit.org/
parent
e7b62173
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
x11/webkit/APKBUILD
x11/webkit/APKBUILD
+39
-0
No files found.
x11/webkit/APKBUILD
0 → 100644
View file @
07a88a4d
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
webkit
pkgver
=
1.1.3
pkgrel
=
0
pkgdesc
=
"A webbrowser engine"
url
=
"http://webkit.org/"
license
=
"LGPL BSD"
depends
=
"uclibc libsoup pango gtk+ libjpeg libpng libxml2 gperf icu cairo
atk gnutls sqlite libxslt libxt libiconv"
makedepends
=
"
libsoup-dev pango-dev gtk+-dev libjpeg-dev libpng-dev libxml2-dev
gperf pkgconfig bison flex uclibc++-dev icu-dev cairo-dev atk-dev
gnutls-dev sqlite-dev libxslt-dev libxt-dev libiconv-dev
"
install
=
subpackages
=
"
$pkgname
-dev gtklauncher"
source
=
"http://webkitgtk.org/
$pkgname
-
$pkgver
.tar.gz"
depends_dev
=
"gtk+-dev libsoup-dev"
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
}
gtklauncher
()
{
pkgdesc
=
"Application to test WebKit"
depends
=
"webkit gtk+ glib"
install
=
install
-Dm755
"
$srcdir
"
/
$pkgname
-
$pkgver
/Programs/GtkLauncher
\
"
$subpkgdir
"
/usr/bin/GtkLauncher
}
md5sums
=
"9c1dcba372e2a56d6011ad807abc80e6 webkit-1.1.3.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment