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
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
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
1ccad10b
Commit
1ccad10b
authored
Dec 02, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/elinks: new aport
a text mode web browser
http://elinks.or.cz/
parent
b4dedb42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
testing/elinks/APKBUILD
testing/elinks/APKBUILD
+35
-0
No files found.
testing/elinks/APKBUILD
0 → 100644
View file @
1ccad10b
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
elinks
pkgver
=
0.11.7
pkgrel
=
0
pkgdesc
=
"a text mode web browser"
url
=
"http://elinks.or.cz/"
license
=
"GPL"
depends
=
makedepends
=
"bzip2-dev zlib-dev openssl-dev expat-dev libiconv-dev"
install
=
subpackages
=
"
$pkgname
-doc"
source
=
"http://elinks.or.cz/download/elinks-
$pkgver
.tar.bz2"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
cd
"
$_builddir
"
# we should not link lua with -llualib
}
build
()
{
cd
"
$_builddir
"
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"fcd087a6d2415cd4c6fd1db53dceb646 elinks-0.11.7.tar.bz2"
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