Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
85
Issues
85
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
32
Merge Requests
32
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
c6e27c44
Commit
c6e27c44
authored
May 07, 2013
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update
parent
faf7f0b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
15 deletions
+20
-15
bin86/PKGBUILD
bin86/PKGBUILD
+20
-15
No files found.
bin86/PKGBUILD
View file @
c6e27c44
#
# Core Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname
=
bin86
pkgver
=
0.16.1
8
pkgrel
=
2
pkgver
=
0.16.1
9
pkgrel
=
1
pkgdesc
=
"A complete 8086 assembler and loader"
arch
=(
i686 x86_64
)
arch
=(
'x86_64'
)
license
=(
'GPL'
)
url
=
"http://www.debath.co.uk/"
groups
=(
'base-devel'
)
depends
=(
'glibc'
)
source
=(
http://www.debath.co.uk/dev86//
$pkgname
-
$pkgver
.tar.gz
bin86-0.16.17-x86_64-1.patch
)
md5sums
=(
'914068fb649b93642d1cf21857b75699'
'92bdce7b0655cd2e9f83c83fc56d128e'
)
source
=(
"http://www.debath.co.uk/dev86/
$pkgname
-
$pkgver
.tar.gz"
bin86-0.16.17-x86_64-1.patch
)
md5sums
=(
'0a20d79765a6855ce7c8c2d02b23a0f0'
'92bdce7b0655cd2e9f83c83fc56d128e'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
if
[
"
$CARCH
"
=
"x86_64"
]
;
then
patch
-Np1
-i
../bin86-0.16.17-x86_64-1.patch
||
return
1
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
if
[[
$CARCH
=
x86_64
]]
;
then
patch
-Np1
<
"
$srcdir
/bin86-0.16.17-x86_64-1.patch"
fi
make
PREFIX
=
/usr
||
return
1
mkdir
-p
$pkgdir
/usr/bin
$pkgdir
/usr/share/man/man1
make
PREFIX
=
$pkgdir
/usr
MANDIR
=
$pkgdir
/usr/share/man/man1
install
make
PREFIX
=
/usr
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
mkdir
-p
"
$pkgdir
/usr/bin"
"
$pkgdir
/usr/share/man/man1"
make
"PREFIX=
$pkgdir
/usr"
"MANDIR=
$pkgdir
/usr/share/man/man1"
install
}
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