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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
353a725e
Commit
353a725e
authored
6 years ago
by
prspkt
Committed by
Natanael Copa
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/libxmu: improve aport
parent
0f52f44e
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
main/libxmu/APKBUILD
+5
-7
5 additions, 7 deletions
main/libxmu/APKBUILD
with
5 additions
and
7 deletions
main/libxmu/APKBUILD
+
5
−
7
View file @
353a725e
...
@@ -9,14 +9,13 @@ license="MIT"
...
@@ -9,14 +9,13 @@ license="MIT"
options
=
"!check"
# No test suite.
options
=
"!check"
# No test suite.
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
depends
=
depends
=
makedepends
=
"libxext-dev libxt-dev libx11-dev libsm-dev
util-linux-dev util-macros xmlto"
source
=
"https://www.x.org/releases/individual/lib/libXmu-
$pkgver
.tar.bz2"
depends_dev
=
"util-linux-dev"
depends_dev
=
"util-linux-dev"
makedepends
=
"libxext-dev libxt-dev libx11-dev libsm-dev util-linux-dev
util-macros xmlto"
source
=
"https://www.x.org/releases/individual/lib/libXmu-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
"
/libXmu-
$pkgver
builddir
=
"
$srcdir
"
/libXmu-
$pkgver
build
()
build
()
{
{
cd
"
$builddir
"
cd
"
$builddir
"
./configure
\
./configure
\
--build
=
$CBUILD
\
--build
=
$CBUILD
\
...
@@ -30,8 +29,7 @@ build()
...
@@ -30,8 +29,7 @@ build()
package
()
{
package
()
{
cd
"
$builddir
"
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
$srcdir
/libXmu-
$pkgver
/COPYING
\
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
$pkgdir
/usr/share/licenses/
$pkgname
/COPYING
}
}
sha512sums
=
"8c6cc65b22aa031ad870dd92736681a068a0878a425a53dbed909943da1136c4a24034d467cfd3785c3a8d78f66850b69f1ebe1eb24aaf9bc176b1d171a5c762 libXmu-1.1.3.tar.bz2"
sha512sums
=
"8c6cc65b22aa031ad870dd92736681a068a0878a425a53dbed909943da1136c4a24034d467cfd3785c3a8d78f66850b69f1ebe1eb24aaf9bc176b1d171a5c762 libXmu-1.1.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