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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Michael Pirogov
aports
Commits
d99915c2
Unverified
Commit
d99915c2
authored
5 years ago
by
Leo
Committed by
TBK
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/libguestfs: modernize, fix license
Closes: GH-8131
parent
15a83dd8
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
testing/libguestfs/APKBUILD
+2
-11
2 additions, 11 deletions
testing/libguestfs/APKBUILD
with
2 additions
and
11 deletions
testing/libguestfs/APKBUILD
+
2
−
11
View file @
d99915c2
# Maintainer: Fathi Boudra <fathi.boudra@linaro.org>
pkgname
=
libguestfs
pkgver
=
1.40.2
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"tools for accessing and modifying virtual machine disk images"
url
=
"http://libguestfs.org/"
arch
=
"x86_64"
license
=
"GPL
2
"
license
=
"GPL
-2.0-or-later
"
depends
=
"cdrkit curl gptfdisk qemu-img qemu-system-x86_64"
makedepends
=
"
acl-dev
augeas-dev
bash
bison
cdrkit
coreutils
cpio
file-dev
...
...
@@ -23,7 +22,6 @@ makedepends="
hivex-dev
jansson-dev
gperf
gptfdisk
libcap-dev
libconfig-dev
libselinux-dev
...
...
@@ -39,23 +37,18 @@ makedepends="
perl
psmisc
python3-dev
qemu-img
qemu-system-x86_64
readline-dev
xz
xz-dev
"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang py3-
$pkgname
:_py"
source
=
"
http://download.libguestfs.org/1.40-stable/
$pkgname
-
$pkgver
.tar.gz
https://raw.githubusercontent.com/alpinelinux/aports/3.9-stable/main/kbd/error.h
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
options
=
"!check charset.alias"
# Test suite does not support Alpine Linux at this moment
prepare
()
{
cd
"
$builddir
"
# busybox gzip does not support --best
sed
-i
's/gzip --best/gzip -9/g'
test-data/files/
*
# musl lacks error.h
...
...
@@ -63,7 +56,6 @@ prepare() {
}
build
()
{
cd
"
$builddir
"
PYTHON
=
/usr/bin/python3 ./configure
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
...
...
@@ -99,7 +91,6 @@ build() {
# }
package
()
{
cd
"
$builddir
"
make
V
=
1
INSTALLDIRS
=
vendor
DESTDIR
=
"
$pkgdir
"
install
make
V
=
1
INSTALLDIRS
=
vendor
DESTDIR
=
"
$pkgdir
"
-C
python
install
}
...
...
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