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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Bart Ribbers
aports
Commits
403d54b3
Commit
403d54b3
authored
9 years ago
by
Sören Tempel
Browse files
Options
Downloads
Patches
Plain Diff
testing/xfontsel: new aport
parent
403dd635
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/xfontsel/APKBUILD
+38
-0
38 additions, 0 deletions
testing/xfontsel/APKBUILD
with
38 additions
and
0 deletions
testing/xfontsel/APKBUILD
0 → 100644
+
38
−
0
View file @
403d54b3
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer:
pkgname
=
xfontsel
pkgver
=
1.0.5
pkgrel
=
0
pkgdesc
=
"Point and click selection of X11 font names"
url
=
"http://xorg.freedesktop.org/"
arch
=
"all"
license
=
"MIT"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
libxaw-dev libxmu-dev libxt-dev libx11-dev"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"http://xorg.freedesktop.org/archive/individual/app/
$pkgname
-
$pkgver
.tar.bz2"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
cd
"
$_builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"a40302b88c599b63e3d3d412e02871e6 xfontsel-1.0.5.tar.bz2"
sha256sums
=
"170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf xfontsel-1.0.5.tar.bz2"
sha512sums
=
"df7a49286b94f64c610ab990d66376dedc12e3e8fa1d803641f466c3f6ebfdd06e81e4c7be39f8e6234928305f397d877579c39cf24c319dd5deead56f2578a4 xfontsel-1.0.5.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