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
dec305df
Verified
Commit
dec305df
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/libevdev: pull in, bump, take, fix
parent
0fd621b3
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/libevdev/APKBUILD
+39
-0
39 additions, 0 deletions
user/libevdev/APKBUILD
with
39 additions
and
0 deletions
user/libevdev/APKBUILD
0 → 100644
+
39
−
0
View file @
dec305df
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
libevdev
pkgver
=
1.5.9
pkgrel
=
0
pkgdesc
=
"Wrapper library for kernel event devices"
url
=
"https://www.freedesktop.org/wiki/Software/libevdev"
arch
=
"all"
options
=
"!check"
# Requires CONFIG_INPUT_UINPUT in kernel
license
=
"MIT"
depends
=
""
makedepends
=
"doxygen linux-headers python3"
checkdepends
=
"check-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://freedesktop.org/software/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"4496ab4d9dc165f416a574c21a7fcee54ae104c21ef4785a4dd0311fff428020cdbb5da7bf3f835e78dae05effdb1a557d189347f6e62dd6be2d8bcdc845850c libevdev-1.5.9.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