2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg driver xf86-input-mouse
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 06:53:29 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2007-04-28 17:03:54 +02:00
|
|
|
# Depends on: xorg-server
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-xf86-input-mouse
|
2013-03-29 17:30:13 +01:00
|
|
|
version=1.9.0
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xf86-input-mouse-$version
|
|
|
|
|
2007-08-02 15:54:24 +02:00
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|