aboutsummaryrefslogtreecommitdiffstats
path: root/community/xhost
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 18:45:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:29:30 -0300
commita502e657ddc761aa55cc83159489da4f527ca4c0 (patch)
treeae541ccc36d27bcc01b5df75ff7b3eb3793cd6d1 /community/xhost
parent03602cbbcbb2b8ec2727beb9f1dceb8c987486bd (diff)
downloadaports-a502e657ddc761aa55cc83159489da4f527ca4c0.tar.bz2
aports-a502e657ddc761aa55cc83159489da4f527ca4c0.tar.xz
community/xhost: modernize
Diffstat (limited to 'community/xhost')
-rw-r--r--community/xhost/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/community/xhost/APKBUILD b/community/xhost/APKBUILD
index 4154ff12ab..07e43a7b8e 100644
--- a/community/xhost/APKBUILD
+++ b/community/xhost/APKBUILD
@@ -7,13 +7,10 @@ url="http://xorg.freedesktop.org/"
arch="all"
license="MIT"
subpackages="$pkgname-doc"
-depends=
makedepends="libx11-dev libxmu-dev libxau-dev util-macros"
-source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/app/xhost-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -23,12 +20,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}