aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 18:44:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:29:30 -0300
commitf0972b33c06b79f907d86fdbe10585042279d321 (patch)
tree827af440208e1ef24c09ea5d725bac7ae5f81cd5
parent73824b4b26442f2848d5823d6d8349d1b57efba5 (diff)
community/xev: modernize
-rw-r--r--community/xev/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/community/xev/APKBUILD b/community/xev/APKBUILD
index 4b8f90d6804..d23afbbde14 100644
--- a/community/xev/APKBUILD
+++ b/community/xev/APKBUILD
@@ -8,13 +8,9 @@ arch="all"
license="MIT"
subpackages="$pkgname-doc"
makedepends="libx11-dev libxrandr-dev"
-depends=
-source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
-
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://www.x.org/releases/individual/app/xev-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,7 +20,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}