mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
community/xev: modernize
This commit is contained in:
parent
73824b4b26
commit
f0972b33c0
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user