aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 18:59:37 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 08:25:49 -0300
commit7eb07d81734beb7775f2a0e0f947730d87a3c57f (patch)
tree3e4af9cbbf41ec47f278624f823076084c7dc129
parent06db8f1a826d07c7bcec5f87f98a625b33dcf4be (diff)
community/xfontsel: modernize
-rw-r--r--community/xfontsel/APKBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/community/xfontsel/APKBUILD b/community/xfontsel/APKBUILD
index 164bdaed835..47da04dbf86 100644
--- a/community/xfontsel/APKBUILD
+++ b/community/xfontsel/APKBUILD
@@ -7,16 +7,11 @@ pkgdesc="Point and click selection of X11 font names"
url="http://xorg.freedesktop.org"
arch="all"
license="MIT"
-depends=""
-depends_dev=""
makedepends="libxaw-dev libxmu-dev libxt-dev libx11-dev"
-install=""
subpackages="$pkgname-doc"
-source="https://www.x.org/archive/individual/app/$pkgname-$pkgver.tar.bz2"
+source="https://www.x.org/archive/individual/app/xfontsel-$pkgver.tar.bz2"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -28,7 +23,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}