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
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
andri saputra
Adélie Package Tree
Commits
cee386a7
Commit
cee386a7
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Plain Diff
Merge user/yajl from
@sroracle
parents
744f3c13
5f824c77
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/yajl/APKBUILD
+42
-0
42 additions, 0 deletions
user/yajl/APKBUILD
with
42 additions
and
0 deletions
user/yajl/APKBUILD
0 → 100644
+
42
−
0
View file @
cee386a7
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
yajl
pkgver
=
2.1.0
pkgrel
=
0
pkgdesc
=
"Yet Another JSON Library (YAJL)"
url
=
"http://lloyd.github.com/yajl/"
arch
=
"all"
license
=
"ISC"
depends
=
""
makedepends
=
"cmake"
checkdepends
=
"cmd:which"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-tools"
source
=
"yajl-
$pkgver
.tar.gz::https://github.com/lloyd/yajl/archive/
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
cmake
-DCMAKE_INSTALL_PREFIX
=
"/usr"
.
make
}
package
()
{
cd
"
$builddir
"
make
install
DESTDIR
=
"
$pkgdir
"
mv
"
$pkgdir
"
/usr/share/pkgconfig
"
$pkgdir
"
/usr/lib/
}
check
()
{
cd
"
$builddir
"
make
test
# make test-api just checks the return status of gen-extra-close
# and also forkbombs, so elide that
}
tools
()
{
pkgdesc
=
"JSON tools based on Yajl"
mkdir
-p
"
$subpkgdir
"
/usr/
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr/
}
sha512sums
=
"9e786d080803df80ec03a9c2f447501e6e8e433a6baf636824bc1d50ecf4f5f80d7dfb1d47958aeb0a30fe459bd0ef033d41bc6a79e1dc6e6b5eade930b19b02 yajl-2.1.0.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment