xorg/xorg-xev/Pkgfile

19 lines
361 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: Print contents of X events
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xrandr
2006-04-07 18:48:00 +02:00
name=xorg-xev
2022-07-14 12:21:35 +02:00
version=1.2.5
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
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}