community/xev: modernize

This commit is contained in:
Leo 2020-02-24 18:44:11 -03:00
parent 73824b4b26
commit f0972b33c0

View File

@ -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
}