Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Akihiro Suda
aports
Commits
e9edbe15
Commit
e9edbe15
authored
11 years ago
by
Fabian Affolter
Committed by
Natanael Copa
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/api-sanity-checker: upgrade to 1.98.6
parent
c0c614a1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/api-sanity-checker/APKBUILD
+14
-7
14 additions, 7 deletions
main/api-sanity-checker/APKBUILD
with
14 additions
and
7 deletions
main/api-sanity-checker/APKBUILD
+
14
−
7
View file @
e9edbe15
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
api-sanity-checker
pkgver
=
1.
12.10
pkgver
=
1.
98.6
pkgrel
=
0
pkgdesc
=
"tool for creating automated test suites from any set of C sources"
pkgdesc
=
"
A
tool for creating automated test suites from any set of C sources"
url
=
"http://ispras.linuxbase.org/index.php/API_Sanity_Autotest"
arch
=
"noarch"
license
=
"GPL"
license
=
"
L
GPL
2+
"
depends
=
"perl build-base"
depends_dev
=
""
makedepends
=
"
$depends_dev
"
makedepends
=
"
$depends_dev
perl-dev abi-compliance-checker
"
install
=
""
subpackages
=
""
source
=
"https://github.com/
downloads/
lvc/api-sanity-checker/a
pi-sanity-checker-1.12.10
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::
https://github.com/lvc/api-sanity-checker/a
rchive/
$pkgver
.tar.gz"
_builddir
=
"
${
srcdir
}
/
$
{
pkgname
}
-
$
{
pkgver
}
"
_builddir
=
"
${
srcdir
}
"
/
$pkgname
-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
...
...
@@ -25,10 +25,17 @@ prepare() {
done
}
build
()
{
cd
"
$_builddir
"
return
0
}
package
()
{
cd
"
$_builddir
"
mkdir
-p
"
$pkgdir
"
/usr
perl Makefile.pl
-install
--prefix
=
/usr
--destdir
=
"
$pkgdir
"
||
return
1
}
md5sums
=
"b59e573c42a7e7398203b9323889bdb5 api-sanity-checker-1.12.10.tar.gz"
md5sums
=
"6bca8e90f73a14283a4a85b788d86197 api-sanity-checker-1.98.6.tar.gz"
sha256sums
=
"5b6fb42d4006702da82f569efcd328fea78c48063c6f2b3d677ec15aabd233c9 api-sanity-checker-1.98.6.tar.gz"
sha512sums
=
"fcb8c1a3d1c477c2824ffca62680036634393fac15a3e6bf153d2f3e77c105a423ae7c698fedabf0ef06372e85b5001903172aa27ff94bd0d69eb9dfed4a6568 api-sanity-checker-1.98.6.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