CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xev: fixed XEV flags usage
[attic/ports/xorg-cross.git] / xorg-xev / Pkgfile
CommitLineData
70970621
JB
1# Description: Print contents of X events
2# URL: http://xorg.freedesktop.org
3# Maintainer: Tilman Sauerbeck tilman at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5# Depends on: xorg-libx11
6
7name=xorg-xev
8version=1.0.4
76f292ce 9release=2
70970621
JB
10source=(http://xorg.freedesktop.org/releases/individual/app/xev-$version.tar.bz2)
11
12build() {
13 cd xev-$version
14
76f292ce
JB
15 export XEV_LIBS="-L$CLFS/usr/lib -lX11"
16 export XEV_CFLAGS="-I$CLFS/usr/include"
17
70970621
JB
18 ./configure --build=$CHOST \
19 --host=$CTARGET \
20 --prefix=/usr \
21 --mandir=/usr/man
22
23 make
24 make DESTDIR=$PKG install
25}