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
3a7b5272
Verified
Commit
3a7b5272
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/libwacom: pull in, bump heavily, take, fix
parent
2a4c4b07
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/libwacom/APKBUILD
+41
-0
41 additions, 0 deletions
user/libwacom/APKBUILD
with
41 additions
and
0 deletions
user/libwacom/APKBUILD
0 → 100644
+
41
−
0
View file @
3a7b5272
# Contributor: Ivan Tham <pickfire@riseup.net>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
libwacom
pkgver
=
0.30
pkgrel
=
0
pkgdesc
=
"Tablet description library"
url
=
"http://linuxwacom.sourceforge.net/"
arch
=
"all"
license
=
"MIT"
depends
=
""
makedepends
=
"libgudev-dev"
checkdepends
=
"bash findutils"
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"https://github.com/linuxwacom/libwacom/releases/download/
$pkgname
-
$pkgver
/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--disable-static
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
COPYING
"
$pkgdir
/usr/share/licenses/
$pkgname
/COPYING"
install
-dm755
"
$pkgdir
"
/usr/lib/udev/rules.d/
tools/generate-udev-rules
>
"
$pkgdir
"
/usr/lib/udev/rules.d/65-libwacom.rules
}
sha512sums
=
"863df2bca6778181b8cbe2546d4766143f78b3f9e555d6ac62ffe7f6ce53729dd78badfd1d795f217b0d4a335b600921932850c1ca2bfe832614bf22f93e09ae libwacom-0.30.tar.bz2"
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