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
Commits
14649a12
Verified
Commit
14649a12
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
experimental/umockdev: who knew this broken package would be so popular
parent
60d5c68c
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
experimental/umockdev/APKBUILD
+38
-0
38 additions, 0 deletions
experimental/umockdev/APKBUILD
with
38 additions
and
0 deletions
experimental/umockdev/APKBUILD
0 → 100644
+
38
−
0
View file @
14649a12
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
umockdev
pkgver
=
0.11.3
pkgrel
=
0
pkgdesc
=
"System to mock hardware devices for creating unit tests"
url
=
"https://launchpad.net/umockdev"
arch
=
"all"
license
=
"LGPL-2.1+"
depends
=
""
makedepends
=
"glib-dev gobject-introspection-dev"
checkdepends
=
"eudev-dev libgudev-dev python3"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://github.com/martinpitt/umockdev/releases/download/
$pkgver
/umockdev-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"e9086777bb13dbd79b629dc68555d19fb8799720dfc4548926b87d032d94212814cb9e1de10e26f5940a9b5db9a15f62a594f3baf0050ffb9ea30f1563db6d6c umockdev-0.11.3.tar.xz"
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