2006-04-07 18:48:00 +02:00
|
|
|
# Description: Print contents of X events
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 04:25:18 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2015-04-17 20:49:43 +10:00
|
|
|
# Depends on: xorg-xrandr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-xev
|
2024-03-05 10:02:56 +01:00
|
|
|
version=1.2.6
|
2019-02-20 17:30:36 +01:00
|
|
|
release=1
|
2022-07-14 12:21:35 +02:00
|
|
|
source=(https://www.x.org/releases/individual/app/xev-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xev-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|