xorg/xorg-xf86-input-mouse/Pkgfile

21 lines
485 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg driver xf86-input-mouse
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
2006-04-07 18:48:00 +02:00
name=xorg-xf86-input-mouse
2016-11-17 09:59:35 +01:00
version=1.9.2
release=1
2006-04-07 18:48:00 +02:00
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-$version.tar.bz2)
build() {
2018-05-11 20:59:10 +02:00
export CFLAGS="${CFLAGS} -Wno-error=implicit-function-declaration"
2006-04-07 18:48:00 +02:00
cd xf86-input-mouse-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}