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
04b84e2e
Verified
Commit
04b84e2e
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/libxtst: pull in, take, fix
parent
5eb90797
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/libxtst/APKBUILD
+40
-0
40 additions, 0 deletions
user/libxtst/APKBUILD
with
40 additions
and
0 deletions
user/libxtst/APKBUILD
0 → 100644
+
40
−
0
View file @
04b84e2e
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
libxtst
pkgver
=
1.2.3
pkgrel
=
2
pkgdesc
=
"X11 Testing Resource extension library"
url
=
"https://www.X.Org/"
arch
=
"all"
license
=
"MIT"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
depends
=
""
depends_dev
=
"xorgproto-dev"
makedepends
=
"
$depends_dev
libx11-dev libxext-dev libxi-dev util-macros"
source
=
"https://www.X.Org/releases/individual/lib/libXtst-
$pkgver
.tar.bz2
"
builddir
=
"
$srcdir
"
/libXtst-
$pkgver
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
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/LICENSE
}
sha512sums
=
"6f6741fd3596775eaa056465319f78c29c91b3893a851a4899df651a2023a4d762497b112a33d7d3e8865fe85d173d03e4b49daef76a66af1ae1eaab82a12765 libXtst-1.2.3.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