Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!412
Add the LILO bootloader
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add the LILO bootloader
lilo
into
master
Overview
0
Commits
2
Pipelines
0
Changes
8
Merged
Max Rees
requested to merge
lilo
into
master
5 years ago
Overview
0
Commits
2
Pipelines
0
Changes
8
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4c63cae2
2 commits,
5 years ago
8 files
+
755
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
user/dev86/APKBUILD
0 → 100644
+
29
−
0
Options
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
dev86
pkgver
=
0.16.21
pkgrel
=
0
pkgdesc
=
"Standalone 8086 assembler and linker"
url
=
"https://github.com/lkundrak/dev86/"
arch
=
"pmmx x86 x86_64"
options
=
"!check"
# Just compiles stuff with bcc which we don't build
license
=
"GPL-2.0 AND LGPL-2.0"
depends
=
""
makedepends
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/lkundrak/dev86/archive/v
$pkgver
.tar.gz"
build
()
{
make
-j1
as ld
\
GCCFLAG
=
"
$CFLAGS
"
\
NATIVE
=
'-DA_OUT_INCL=\"../libc/include/a.out.h\"'
}
package
()
{
install
-Dm755
as/as86
"
$pkgdir
"
/usr/bin/as86
install
-Dm755
ld/ld86
"
$pkgdir
"
/usr/bin/ld86
install
-Dm644
man/as86.1
"
$pkgdir
"
/usr/share/man/man1/as86.1
install
-Dm644
man/ld86.1
"
$pkgdir
"
/usr/share/man/man1/ld86.1
}
sha512sums
=
"e51d94cecc298f860c1dcbc225d5c77a18769eb7a51f888853ca3bdb3cc6596c07d67cd9b403f7d52155716eb1708396461dc596cd02728d762d0ed5e87d054f dev86-0.16.21.tar.gz"
Loading